Skip to content

Commit 211cbba

Browse files
Update issue templates to GitHub Issue Forms format
1 parent 358a1dd commit 211cbba

4 files changed

Lines changed: 153 additions & 57 deletions

File tree

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 0 additions & 31 deletions
This file was deleted.
Lines changed: 87 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,87 @@
1+
name: Bug report
2+
description: Something is not working correctly.
3+
labels: "S: needs triage, type: bug"
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Hi there!
10+
11+
We'd appreciate it if you could search on existing issues prior to filing
12+
a bug report.
13+
14+
We get a lot of duplicate tickets and have limited maintainer capacity to triage
15+
them. Thanks!
16+
17+
- type: textarea
18+
attributes:
19+
label: Description
20+
description: >-
21+
A clear and concise description of what the bug is.
22+
validations:
23+
required: true
24+
25+
- type: textarea
26+
attributes:
27+
label: Expected behavior
28+
description: >-
29+
A clear and concise description of what you expected to happen.
30+
31+
- type: input
32+
attributes:
33+
label: SDK Version
34+
description: e.g., 1.0.0
35+
validations:
36+
required: true
37+
38+
- type: input
39+
attributes:
40+
label: Language/Runtime
41+
description: e.g., .NET 8, Python 3.11, Node.js 20
42+
validations:
43+
required: true
44+
45+
- type: input
46+
attributes:
47+
label: OS
48+
description: e.g., Windows 11, macOS 14, Ubuntu 22.04
49+
validations:
50+
required: true
51+
52+
- type: textarea
53+
attributes:
54+
label: How to Reproduce
55+
description: Please provide steps to reproduce this bug.
56+
placeholder: |
57+
1. Go to '...'
58+
2. Run '...'
59+
3. An error occurs.
60+
validations:
61+
required: true
62+
63+
- type: textarea
64+
attributes:
65+
label: Output
66+
description: >-
67+
Provide the output of the steps above, including the commands
68+
themselves and any error messages/traceback.
69+
70+
If you want to present output from multiple commands, please prefix
71+
the line containing the command with $ . Please also ensure that
72+
the "How to reproduce" section contains matching instructions for
73+
reproducing this.
74+
75+
- type: textarea
76+
attributes:
77+
label: Screenshots
78+
description: >-
79+
If applicable, add screenshots to help explain your problem.
80+
81+
- type: checkboxes
82+
attributes:
83+
label: Code of Conduct
84+
options:
85+
- label: >-
86+
I agree to follow the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
87+
required: true

.github/ISSUE_TEMPLATE/feature_request.md

Lines changed: 0 additions & 26 deletions
This file was deleted.
Lines changed: 66 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,66 @@
1+
name: Feature request
2+
description: Suggest an idea for this project.
3+
labels: "S: needs triage, type: feature"
4+
5+
body:
6+
- type: markdown
7+
attributes:
8+
value: >-
9+
Hi there!
10+
11+
Thanks for taking the time to suggest a new feature! Please search existing
12+
issues first to make sure this hasn't already been requested.
13+
14+
- type: textarea
15+
attributes:
16+
label: Is your feature request related to a problem?
17+
description: >-
18+
A clear and concise description of what the problem is.
19+
placeholder: "Ex. When I try X [...]"
20+
validations:
21+
required: true
22+
23+
- type: dropdown
24+
attributes:
25+
label: Priority
26+
description: What priority would you assign to this feature?
27+
options:
28+
- High
29+
- Medium
30+
- Low
31+
validations:
32+
required: true
33+
34+
- type: textarea
35+
attributes:
36+
label: Describe the solution you'd like
37+
description: >-
38+
A clear and concise description of what you want to happen.
39+
validations:
40+
required: true
41+
42+
- type: textarea
43+
attributes:
44+
label: Describe alternatives you've considered
45+
description: >-
46+
A clear and concise description of any alternative solutions or features you've considered.
47+
48+
- type: textarea
49+
attributes:
50+
label: Available workarounds
51+
description: >-
52+
Are there any available workarounds in case this feature does not get picked up?
53+
54+
- type: textarea
55+
attributes:
56+
label: Additional context
57+
description: >-
58+
Add any other context or screenshots about the feature request here.
59+
60+
- type: checkboxes
61+
attributes:
62+
label: Code of Conduct
63+
options:
64+
- label: >-
65+
I agree to follow the [Microsoft Open Source Code of Conduct](https://opensource.microsoft.com/codeofconduct/).
66+
required: true

0 commit comments

Comments
 (0)