File tree Expand file tree Collapse file tree 2 files changed +14
-8
lines changed
Expand file tree Collapse file tree 2 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 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
710body :
811 - type : markdown
912 attributes :
Original file line number Diff line number Diff line change 1+ # https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2+
13name : " Feature Request"
24description : " Suggest a new feature or improvement."
35title : " [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
710body :
811 - type : markdown
912 attributes :
You can’t perform that action at this time.
0 commit comments