File tree Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Expand file tree Collapse file tree 2 files changed +31
-0
lines changed Original file line number Diff line number Diff line change
1
+ blank_issues_enabled : false
2
+ contact_links :
3
+ - name : " Community Guidelines"
4
+ url : " https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md"
5
+ about : " Please make sure to follow the PSF Code of Conduct when participating in this repository."
6
+
Original file line number Diff line number Diff line change
1
+ name : General Issue
2
+ description : Please fill out the form below to submit an issue.
3
+ labels : []
4
+ assignees : []
5
+
6
+ body :
7
+ - type : textarea
8
+ id : issue_description
9
+ attributes :
10
+ label : " Issue Description"
11
+ description : " Please provide a detailed description of your issue."
12
+ placeholder : " Describe your issue here..."
13
+ value : " "
14
+
15
+ - type : checkboxes
16
+ id : code_of_conduct
17
+ attributes :
18
+ label : Code of Conduct
19
+ description : |
20
+ **Please read the [PSF Code of Conduct][CoC] first.**
21
+ [CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
22
+ options :
23
+ - label : " I am aware that participants in this repository must follow the PSF Code of Conduct."
24
+ required : true
25
+
You can’t perform that action at this time.
0 commit comments