Skip to content

Commit c4195ad

Browse files
authored
Implement suggestions from code review
1 parent 8869f45 commit c4195ad

File tree

1 file changed

+22
-10
lines changed

1 file changed

+22
-10
lines changed

.github/ISSUE_TEMPLATE/general.yml

Lines changed: 22 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,22 +4,34 @@ labels: []
44
assignees: []
55

66
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+
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

0 commit comments

Comments
 (0)