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

33 lines
796 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: checkboxes
attributes:
label: Are you running pipdeptree in a virtual environment?
options:
- label: "Yes"
- 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!