Skip to content

Commit

Permalink
Merge branch 'feat/add-type-issue-template' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
tnagorra committed Dec 27, 2024
2 parents 75fa75e + 3ac83db commit 7c4e136
Show file tree
Hide file tree
Showing 3 changed files with 7 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
3 changes: 2 additions & 1 deletion .github/ISSUE_TEMPLATE/03_epic_request.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
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"]
type: "Feature"
body:
- type: markdown
attributes:
Expand Down

0 comments on commit 7c4e136

Please sign in to comment.