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: []
44assignees : []
55
66body :
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+
724 - type : textarea
8- id : issue_description
925 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 :
1430 required : true
1531
1632 - type : checkboxes
17- id : code_of_conduct
1833 attributes :
1934 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
2335 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.
2537 required : true
You can’t perform that action at this time.
0 commit comments