Skip to content

Commit

Permalink
Create bug-report-general.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jbarlow83 committed Jun 1, 2023
1 parent 177349c commit 9004009
Showing 1 changed file with 50 additions and 0 deletions.
50 changes: 50 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report-general.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,50 @@
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!
value: "A bug happened!"
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.)
- Homebrew
- Docker container
- Ubuntu snap
- Conda
- 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: shell


0 comments on commit 9004009

Please sign in to comment.