Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
blank_issues_enabled: false
contact_links:
- name: "Community Guidelines"
url: "https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md"
about: "Please make sure to follow the PSF Code of Conduct when participating in this repository."
37 changes: 37 additions & 0 deletions .github/ISSUE_TEMPLATE/general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
name: General Issue
description: Please fill out the form below to submit an issue.
labels: []
assignees: []

body:
- type: markdown
attributes:
value: |
**Thanks for taking a minute to file an issue!**

Read the [PSF Code of Conduct][CoC] first.

Verify first that your issue is not [already reported on
GitHub][issue search].

_Please fill out the form below with as many precise
details as possible._

[CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
[issue search]: ../search?q=is%3Aissue&type=issues

- type: textarea
attributes:
label: Issue Description
description: Please provide a detailed description of your issue.
placeholder: Describe your issue here...
validations:
required: true

- type: checkboxes
attributes:
label: Code of Conduct
options:
- label: I am aware that participants in this repository must follow the PSF Code of Conduct.
required: true
Loading