Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stick a Status:New label to all non-Chat issue templates #122

Merged
merged 1 commit into from
Jun 1, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Report a bug so that it can be fixed.
title: ''
labels: Type/Bug
labels: Status/0. New, Type/Bug
assignees: ''

---
Expand Down
1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/chat.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ assignees: ''

---


2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-feature.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: New feature
about: Suggest an idea for CSharpMath.
title: ''
labels: Type/Enhancement
labels: Status/0. New, Type/Enhancement
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/new-platform.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: New platform
about: Suggest a new platform for CSharpMath.
title: ''
labels: Type/Platform
labels: Status/0. New, Type/Platform
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/outdated-information.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Outdated information
about: Request an update for outdated information.
title: ''
labels: Type/Housekeeping
labels: Status/0. New, Type/Housekeeping
assignees: ''

---
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Question
about: Any questions are welcome. Make sure it hasn't been answered before.
title: ''
labels: Type/Question
labels: Status/0. New, Type/Question
assignees: ''

---
Expand Down