Skip to content

Commit 51ef69f

Browse files
committed
Update issue templates to use new type field
1 parent 3c53ffd commit 51ef69f

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/1-epic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Describe the requirements for a larger initiative
44
title: ""
55
labels: ["epic", "needs requirements"]
66
assignees: ""
7+
type: "Epic"
78
---
89

910
## Problem

.github/ISSUE_TEMPLATE/2-feature.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Describe the requirements for a new or improved feature
44
title: ""
55
labels: ["feature", "needs requirements"]
66
assignees: ""
7+
type: "Feature"
78
---
89

910
## Problem

.github/ISSUE_TEMPLATE/3-bug_report.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: Create a report to help us improve
44
title: ""
55
labels: ["bug"]
66
assignees: ""
7+
type: "Bug"
78
---
89

910
## Describe the bug

.github/ISSUE_TEMPLATE/4-task.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ about: A bit of work that isn't an epic, feature, or bug
44
title: ""
55
labels: ["task"]
66
assignees: ""
7+
type: "Task"
78
---
89

910
Describe what needs to be done here.

0 commit comments

Comments
 (0)