Skip to content

Commit ab42484

Browse files
Streamline templates
1 parent a09262a commit ab42484

File tree

2 files changed

+14
-8
lines changed

2 files changed

+14
-8
lines changed

.github/ISSUE_TEMPLATE/1-bug_report.yml

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1-
name: "Bug report"
2-
description: "Create a report to help us improve."
3-
title: "[Bug] <enter brief description>"
4-
labels: [triage, "Type: Bug"]
5-
assignees: [simonkurtz-MSFT]
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
62

3+
name: "Bug report"
4+
description: "Create a bug report to help us improve.""
5+
title: "[Bug]: <title>"
6+
labels: ["triage"]
7+
type: "Bug"
8+
assignees:
9+
- simonkurtz-MSFT
710
body:
811
- type: markdown
912
attributes:

.github/ISSUE_TEMPLATE/2-feature_request.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
1+
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
13
name: "Feature Request"
24
description: "Suggest a new feature or improvement."
35
title: "[Feature] <enter brief description>"
4-
labels: [triage, "Type: Feature"]
5-
assignees: [simonkurtz-MSFT]
6-
6+
labels: ["triage"]
7+
type: "Feature"
8+
assignees:
9+
- simonkurtz-MSFT
710
body:
811
- type: markdown
912
attributes:

0 commit comments

Comments
 (0)