52 lines
1.4 KiB
YAML
52 lines
1.4 KiB
YAML
name: General issues
|
|
description: Installation, packages, dependencies, "nothing works", test suite failures...
|
|
title: "[Bug]: "
|
|
labels: ["bug", "triage"]
|
|
assignees:
|
|
- jbarlow83
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this bug report!
|
|
- type: textarea
|
|
id: what-happened
|
|
attributes:
|
|
label: What were you trying to do?
|
|
description: Also tell us, what did you expect to happen?
|
|
placeholder: Tell us what you see!
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: packaging-system
|
|
attributes:
|
|
label: Where are you installing from?
|
|
multiple: true
|
|
options:
|
|
- PyPI (pip, poetry, pipx, etc.)
|
|
- Linux package manager (apt, dnf, etc.)
|
|
- Wndows package manager (chocolatey, etc.)
|
|
- Homebrew
|
|
- Docker container
|
|
- Ubuntu snap
|
|
- Conda
|
|
- source build
|
|
validations:
|
|
required: true
|
|
- type: dropdown
|
|
id: operating-system
|
|
attributes:
|
|
label: What operating system are you working on?
|
|
multiple: true
|
|
options:
|
|
- Linux
|
|
- Windows
|
|
- macOS
|
|
- BSD
|
|
- type: textarea
|
|
id: logs
|
|
attributes:
|
|
label: Relevant log output
|
|
description: Please copy and paste any relevant log output. This will be automatically formatted into code, so no need for backticks.
|
|
render: plain text
|