Skip to content

Commit b54b35d

Browse files
committed
Add simple issue template
1 parent 0e8a7db commit b54b35d

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
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+

.github/ISSUE_TEMPLATE/general.yml

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+

0 commit comments

Comments
 (0)