Skip to content

Commit

Permalink
feat: add type qualifier to issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
samshara committed Dec 26, 2024
1 parent 75fa75e commit d1a82c9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/01_bug_report.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Report a Technical or Visual Issue on the IFRC GO Website"
description: "Encountered a bug or glitch? Let us know so we can address it!"
name: "Bug Report"
description: "Report a technical or visual issue."
labels: ["type: bug"]
type: "Bug"
body:
- type: markdown
attributes:
Expand Down
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/02_feature_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: "Feature Request"
description: "Suggest a new idea or enhancement for the IFRC GO project."
description: "Suggest a new idea or enhancement."
labels: ["type: feature-request"]
type: "Feature"
body:
- type: markdown
attributes:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/03_epic_request.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: "Epic"
description: "Track a larger initiative with multiple related tasks and deliverables for IFRC GO project."
description: "Track a larger initiative with multiple related tasks and deliverables."
labels: ["type: epic"]
body:
- type: markdown
Expand Down

0 comments on commit d1a82c9

Please sign in to comment.