Skip to content

Commit e5312c2

Browse files
authored
Stick a Status:New label to all non-Chat issue templates (#122)
1 parent 5f80b95 commit e5312c2

File tree

6 files changed

+6
-5
lines changed

6 files changed

+6
-5
lines changed

.github/ISSUE_TEMPLATE/bug-report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Report a bug so that it can be fixed.
44
title: ''
5-
labels: Type/Bug
5+
labels: Status/0. New, Type/Bug
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/chat.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,3 +7,4 @@ assignees: ''
77

88
---
99

10+

.github/ISSUE_TEMPLATE/new-feature.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: New feature
33
about: Suggest an idea for CSharpMath.
44
title: ''
5-
labels: Type/Enhancement
5+
labels: Status/0. New, Type/Enhancement
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/new-platform.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: New platform
33
about: Suggest a new platform for CSharpMath.
44
title: ''
5-
labels: Type/Platform
5+
labels: Status/0. New, Type/Platform
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/outdated-information.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Outdated information
33
about: Request an update for outdated information.
44
title: ''
5-
labels: Type/Housekeeping
5+
labels: Status/0. New, Type/Housekeeping
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/question.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Question
33
about: Any questions are welcome. Make sure it hasn't been answered before.
44
title: ''
5-
labels: Type/Question
5+
labels: Status/0. New, Type/Question
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)