Skip to content

Commit 6426019

Browse files
committed
Try changing field orders to work around bug report template issue
1 parent 3bd17af commit 6426019

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/ISSUE_TEMPLATE/1_new_bug_report.yml

Lines changed: 8 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,21 +26,22 @@ body:
2626
label: OS version
2727
validations:
2828
required: true
29-
- type: input
30-
attributes:
31-
label: Python version
32-
validations:
33-
required: true
3429
- type: dropdown
3530
attributes:
3631
label: Python distribution
3732
options: ['python.org', 'Anaconda', 'Operating system', 'Other']
3833
validations:
3934
required: true
35+
- type: input
36+
attributes:
37+
label: Python version
38+
validations:
39+
required: true
4040
- type: dropdown
4141
attributes:
42-
label: Python distribution
43-
options: ['python.org', 'Anaconda', 'Operating system', 'Other']
42+
label: Language server
43+
description: 'Value of the `python.languagServer` setting'
44+
options: ['Default', 'Pylance', 'Jedi', 'None']
4445
validations:
4546
required: true
4647
- type: textarea

0 commit comments

Comments
 (0)