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
|
|
|
|
|
2024-04-19 01:23:21 +00:00
|
|
|
- type: dropdown
|
2024-03-25 17:41:00 +00:00
|
|
|
attributes:
|
|
|
|
label: Are you running pipdeptree in a virtual environment?
|
|
|
|
options:
|
2024-04-19 01:23:21 +00:00
|
|
|
- "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!
|