Skip to content

Commit

Permalink
feat: github issues created from template have triage tag (#1759)
Browse files Browse the repository at this point in the history
## Proposed change

When a new issue is created using the template, the `triage` tag should
be added so that it helps us filtering in order to set a priority.
  • Loading branch information
vscaiceanu-1a committed May 7, 2024
2 parents bc5bc2c + d42ce7c commit bc7ce48
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/1-O3R-ISSUE-FORM.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report on @o3r
description: File a bug report on @o3r scope
title: "[Bug]: "
labels: ["bug", "o3r"]
labels: ["bug", "o3r", "triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/2-AMA-SDK-ISSUE-FORM.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report on @ama-sdk
description: File a bug report on @ama-sdk scope
title: "[Bug]: "
labels: ["bug", "ama-sdk"]
labels: ["bug", "ama-sdk", "triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/3-AMA-TERASU-ISSUE-FORM.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report on @ama-terasu
description: File a bug report on @ama-terasu scope
title: "[Bug]: "
labels: ["bug", "ama-terasu"]
labels: ["bug", "ama-terasu", "triage"]
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/4-APPLICATION-ISSUE-FORM.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Bug Report to an Application from the Otter project
description: File a bug report on an Application from the Otter project
title: "[Bug]: "
labels: ["bug"]
labels: ["bug", "triage"]
body:
- type: markdown
attributes:
Expand Down

0 comments on commit bc7ce48

Please sign in to comment.