File tree Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Expand file tree Collapse file tree 1 file changed +22
-10
lines changed Original file line number Diff line number Diff line change @@ -4,22 +4,34 @@ labels: []
4
4
assignees : []
5
5
6
6
body :
7
+ - type : markdown
8
+ attributes :
9
+ value : |
10
+ **Thanks for taking a minute to file an issue!**
11
+
12
+ Read the [PSF Code of Conduct][CoC] first.
13
+ [CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
14
+
15
+ ⚠
16
+ Verify first that your issue is not [already reported on
17
+ GitHub][issue search].
18
+
19
+ _Please fill out the form below with as many precise
20
+ details as possible._
21
+
22
+ [issue search]: ../search?q=is%3Aissue&type=issues
23
+
7
24
- type : textarea
8
- id : issue_description
9
25
attributes :
10
- label : " Issue Description"
11
- description : " Please provide a detailed description of your issue."
12
- placeholder : " Describe your issue here..."
13
- value : " "
26
+ label : Issue Description
27
+ description : Please provide a detailed description of your issue.
28
+ placeholder : Describe your issue here...
29
+ validations :
14
30
required : true
15
31
16
32
- type : checkboxes
17
- id : code_of_conduct
18
33
attributes :
19
34
label : Code of Conduct
20
- description : |
21
- **Please read the [PSF Code of Conduct][CoC] first.**
22
- [CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
23
35
options :
24
- - label : " I am aware that participants in this repository must follow the PSF Code of Conduct."
36
+ - label : I am aware that participants in this repository must follow the PSF Code of Conduct.
25
37
required : true
You can’t perform that action at this time.
0 commit comments