Skip to content

Commit 3f33976

Browse files
authored
Merge pull request #3242 from microsoft/clregio/update-issue-template
update github issue template to collect logs
2 parents 483f958 + 53b68eb commit 3f33976

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

.github/ISSUE_TEMPLATE/bug.yml

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,20 @@ labels: [bug]
44
body:
55
- type: textarea
66
attributes:
7-
label: Describe the Issue
8-
description: A clear concise description of what you're experiencing.
7+
label: Describe the issue
8+
description: Briefly explain what you're trying to build and a clear concise description of what you're experiencing.
99
validations:
1010
required: false
1111
- type: textarea
1212
attributes:
13-
label: Steps To Reproduce
13+
label: Collect logs
14+
description: |
15+
Please run the ".NET: Collect C# Dev Kit Logs" command in VS Code and attach the resulting zip file to this issue.
16+
validations:
17+
required: true
18+
- type: textarea
19+
attributes:
20+
label: Steps to reproduce
1421
description: Steps to reproduce the behavior.
1522
placeholder: |
1623
1. In this environment...
@@ -21,13 +28,13 @@ body:
2128
required: false
2229
- type: textarea
2330
attributes:
24-
label: Expected Behavior
31+
label: Expected behavior
2532
description: A concise description of what you expected to happen.
2633
validations:
2734
required: false
2835
- type: textarea
2936
attributes:
30-
label: Environment Information
37+
label: Environment information
3138
description: Information about your environment
3239
placeholder: |
3340
- OS: [e.g. Windows, macOS, Linux]

0 commit comments

Comments
 (0)