Skip to content

Commit

Permalink
chore: adds triage label to our issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
kylesomers committed Oct 15, 2024
1 parent f3c3fb1 commit 8990fed
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug report
description: Report a reproducible bug to help us improve
title: "Bug: TITLE"
labels: ["bug"]
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation_improvements.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Documentation improvements
description: Suggest a documentation update
title: "Docs: TITLE"
labels: ["documentation"]
labels: ["documentation", "triage"]
body:
- type: textarea
id: search_area
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Feature request
description: Suggest an idea for Cloud Game Development Toolkit
title: "Feature request: TITLE"
labels: ["feature-request"]
labels: ["feature-request", "triage"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 8990fed

Please sign in to comment.