Skip to content

Commit 223c963

Browse files
denelonDemitrius NelonCopilot
authored
Add issue types to issue templates (#312)
Co-authored-by: Demitrius Nelon <Demitrius.Nelon@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 36c0fda commit 223c963

3 files changed

Lines changed: 3 additions & 0 deletions

File tree

.github/ISSUE_TEMPLATE/Bug_Report.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Bug report 🐛"
22
description: Report errors or unexpected behavior
3+
type: Bug
34
body:
45
- type: markdown
56
attributes:

.github/ISSUE_TEMPLATE/Documentation_Issue.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Documentation Issue 📚"
22
description: Report issues in our documentation
3+
type: Task
34
labels: ["Issue-Docs"]
45
body:
56
- type: textarea

.github/ISSUE_TEMPLATE/Feature_Request.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
name: "Feature Request/Idea 🚀"
22
description: Suggest a new feature or improvement (this does not mean you have to implement it)
3+
type: Feature
34
labels: ["Issue-Feature"]
45
body:
56
- type: textarea

0 commit comments

Comments
 (0)