Skip to content

Commit 6a727ab

Browse files
denelonDemitrius NelonCopilot
authored
Add issue types to issue templates (#657)
* Updating to new App * Add issue types to issue templates Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Demitrius Nelon <Demitrius.Nelon@microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent cb88ace commit 6a727ab

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

.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
labels: ["Issue-Bug"]
45
body:
56
- type: markdown

.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)