File tree Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Expand file tree Collapse file tree 1 file changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -4,27 +4,30 @@ about: Something is not working correctly.
4
4
title : " "
5
5
labels : " S: needs triage, type: bug"
6
6
issue_body : true # default: true, adds a classic WSYWIG textarea, if on
7
- inputs :
8
- - type : description
7
+ body :
8
+ - type : markdown
9
9
attributes :
10
10
value : |
11
11
⚠
12
12
If you're reporting an issue for `--use-feature=2020-resolver`,
13
13
use the "Dependency resolver failures / errors" template instead.
14
- - type : description
14
+ - type : markdown
15
15
attributes :
16
16
value : " **Environment**"
17
17
- type : input
18
18
attributes :
19
19
label : pip version
20
+ validations :
20
21
required : true
21
22
- type : input
22
23
attributes :
23
24
label : Python version
25
+ validations :
24
26
required : true
25
27
- type : input
26
28
attributes :
27
29
label : OS
30
+ validations :
28
31
required : true
29
32
- type : textarea
30
33
attributes :
@@ -72,7 +75,7 @@ inputs:
72
75
Read the [PSF Code of Conduct][CoC] first.
73
76
74
77
[CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
75
- choices :
78
+ options :
76
79
- label : I agree to follow the PSF Code of Conduct
77
80
required : true
78
81
...
You can’t perform that action at this time.
0 commit comments