Skip to content

Commit

Permalink
Merge pull request pypa#9630 from deniseyu/patch-1
Browse files Browse the repository at this point in the history
Update bug-report.yml
  • Loading branch information
pradyunsg authored Feb 20, 2021
2 parents 25114e1 + 4fa2466 commit 8f1bd0e
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,27 +4,30 @@ about: Something is not working correctly.
title: ""
labels: "S: needs triage, type: bug"
issue_body: true # default: true, adds a classic WSYWIG textarea, if on
inputs:
- type: description
body:
- type: markdown
attributes:
value: |
If you're reporting an issue for `--use-feature=2020-resolver`,
use the "Dependency resolver failures / errors" template instead.
- type: description
- type: markdown
attributes:
value: "**Environment**"
- type: input
attributes:
label: pip version
validations:
required: true
- type: input
attributes:
label: Python version
validations:
required: true
- type: input
attributes:
label: OS
validations:
required: true
- type: textarea
attributes:
Expand Down Expand Up @@ -72,7 +75,7 @@ inputs:
Read the [PSF Code of Conduct][CoC] first.
[CoC]: https://github.com/pypa/.github/blob/main/CODE_OF_CONDUCT.md
choices:
options:
- label: I agree to follow the PSF Code of Conduct
required: true
...

0 comments on commit 8f1bd0e

Please sign in to comment.