1
1
Fork 0
mirror of https://github.com/pypa/pip synced 2023-12-13 21:30:23 +01:00
pip/.github/ISSUE_TEMPLATE/bug-report.yml
2021-08-27 18:51:11 +01:00

74 lines
1.8 KiB
YAML

name: Bug report
description: Something is not working correctly.
labels: "S: needs triage, type: bug"
body:
- type: markdown
attributes:
value: >-
Hi there!
We'd appreciate it if you could search on pip's existing issues prior to filing
a bug report.
We get a lot of duplicate tickets and have limited maintainer capacity to triage
them. Thanks!
- type: textarea
attributes:
label: Description
description: >-
A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Expected behavior
description: >-
A clear and concise description of what you expected to happen.
- 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:
label: How to Reproduce
description: Please provide steps to reproduce this bug.
placeholder: |
1. Get package from '...'
2. Then run '...'
3. An error occurs.
validations:
required: true
- type: textarea
attributes:
label: Output
description: >-
Provide the output of the steps above, including the commands
themselves and pip's output/traceback etc. If you're familiar with
Markdown, this block will be rendered as a code block.
render: sh-session
- type: checkboxes
attributes:
label: Code of Conduct
options:
- label: >-
I agree to follow the [PSF Code of Conduct](https://www.python.org/psf/conduct/).
required: true