Skip to content

Commit 2ee548c

Browse files
authored
Remove duplicate "body" attribute in issue form (#17915)
* Remove duplicate "body" attribute in issue form * Run prettier on issue form
1 parent 8f08b14 commit 2ee548c

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
11
name: General Bug Report
2-
description: "Issue with the Python extension, not supporting/sibling extensions (you may also use the `Python: Report Issue` command)"
3-
labels: ["bug", "classify"]
4-
body:
2+
description: 'Issue with the Python extension, not supporting/sibling extensions (you may also use the `Python: Report Issue` command)'
3+
labels: ['bug', 'classify']
54
body:
65
- type: input
76
attributes:
87
label: VS Code version
9-
description: "Can be found via the `Help: About` command"
8+
description: 'Can be found via the `Help: About` command'
109
validations:
1110
required: true
1211
- type: input
@@ -40,8 +39,8 @@ body:
4039
- type: dropdown
4140
attributes:
4241
label: Language server
43-
description: "The value of the `python.languageServer` setting"
44-
options : ['Default', 'Pylance', 'Jedi', 'Disabled']
42+
description: 'The value of the `python.languageServer` setting'
43+
options: ['Default', 'Pylance', 'Jedi', 'Disabled']
4544
validations:
4645
required: true
4746
- type: textarea

0 commit comments

Comments
 (0)