Skip to content

Commit a5df3df

Browse files
Update labels in issue templates
Correction of stat:awaiting triage label since name changed to stat:awaiting-triage as well as adding a default stat:reply:needed
1 parent 72c2acc commit a5df3df

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Bug report
33
about: Create a report to help us improve
44
title: ''
5-
labels: stat:awaiting triage, type:bug
5+
labels: stat:awaiting-triage, stat:reply-needed, type:bug
66
assignees: ''
77

88
---
@@ -39,4 +39,4 @@ If applicable, add screenshots to help explain your problem.
3939

4040
### Additional Context
4141

42-
Add any other context about the problem here. Logs, code snippets would be useful here but please also consider attaching a minimal Unity project that reproduces the issue.
42+
Add any other context about the problem here. Logs, code snippets would be useful here but please also consider attaching a minimal Unity project that reproduces the issue.

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feature Request
33
about: Suggest an idea for this project
44
title: ''
5-
labels: stat:awaiting triage, type:feature
5+
labels: stat:awaiting-triage, stat:reply-needed, type:feature
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/feedback.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Feedback
33
about: Provide feedback to the Netcode for GameObjects team
44
title: ''
5-
labels: stat:awaiting triage, type:feedback
5+
labels: stat:awaiting-triage, stat:reply-needed, type:feedback
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/other-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Other Issues
33
about: Use this template for any other non-support related issues
44
title: ''
5-
labels: stat:awaiting triage
5+
labels: stat:awaiting-triage, stat:reply-needed
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/rfc-tracking-issue.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: RFC Tracking Issue
33
about: Track the development of a RFC
44
title: 'Track RFC #<pr-number>: <description>'
5-
labels: type:rfc
5+
labels: stat:awaiting-triage, stat:reply-needed
66
assignees: ''
77

88
---

.github/ISSUE_TEMPLATE/support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: Support
33
about: Have a question or need help with anything?
44
title: ''
5-
labels: stat:awaiting triage, type:support
5+
labels: stat:awaiting-triage, stat:reply-needed, type:support
66
assignees: ''
77

88
---

0 commit comments

Comments
 (0)