pipdeptree/.github/ISSUE_TEMPLATE/0-new-issue.yml

38 lines
858 B
YAML
Raw Normal View History

2024-03-25 17:41:00 +00:00
name: Report a bug
description: File a bug report to help improve pipdeptree
labels: ["bug", "tobeconfirmed"]
body:
- type: input
attributes:
label: What pipdeptree version are you using?
description: This can be fetched using `pipdeptree --version`.
validations:
required: true
- type: dropdown
2024-03-25 17:41:00 +00:00
attributes:
label: Are you running pipdeptree in a virtual environment?
options:
- "Yes"
- "No"
default: 1
validations:
required: true
2024-03-25 17:41:00 +00:00
- type: textarea
attributes:
label: Describe the problem
description: |
What is the problem you are facing?
If possible, provide a set of steps to reproduce the error.
validations:
required: true
- type: markdown
attributes:
value: |
Thanks for taking the time to file an issue!