Skip to content

Commit

Permalink
Update ISSUE_TEMPLATE labels
Browse files Browse the repository at this point in the history
  • Loading branch information
coatless committed Feb 9, 2024
1 parent 680a1e0 commit cd9a862
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Bug report
description: Report an error or unexpected behavior
labels: [bug, triage-needed]
labels: ['t: bug', 's: triage-needed']
title: "[Bug]: "
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/community-example.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Example
description: Contribute an Example
labels: [community-example]
labels: ['t: documentation', 't: community-example']
title: "[Example]: "
body:
- type: markdown
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,6 +1,6 @@
name: Feature request
description: Ask for a feature to be added
labels: [feature-request]
labels: ['t: feature-request']
title: "[Feature]: "
body:
- type: markdown
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/question.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: Question
description: Ask a question
labels: [q&a]
labels: ['t: question', 's: question-needs-answer']
title: "[Q&A]: "
body:
- type: markdown
Expand Down

0 comments on commit cd9a862

Please sign in to comment.