Skip to content

Commit 7c4e136

Browse files
committed
Merge branch 'feat/add-type-issue-template' into develop
2 parents 75fa75e + 3ac83db commit 7c4e136

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

.github/ISSUE_TEMPLATE/01_bug_report.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
1-
name: "Report a Technical or Visual Issue on the IFRC GO Website"
2-
description: "Encountered a bug or glitch? Let us know so we can address it!"
1+
name: "Bug Report"
2+
description: "Report a technical or visual issue."
33
labels: ["type: bug"]
4+
type: "Bug"
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/02_feature_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Feature Request"
2-
description: "Suggest a new idea or enhancement for the IFRC GO project."
2+
description: "Suggest a new idea or enhancement."
33
labels: ["type: feature-request"]
4+
type: "Feature"
45
body:
56
- type: markdown
67
attributes:

.github/ISSUE_TEMPLATE/03_epic_request.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "Epic"
2-
description: "Track a larger initiative with multiple related tasks and deliverables for IFRC GO project."
2+
description: "Track a larger initiative with multiple related tasks and deliverables."
33
labels: ["type: epic"]
4+
type: "Feature"
45
body:
56
- type: markdown
67
attributes:

0 commit comments

Comments
 (0)