Skip to content

Commit

Permalink
Create bug-report.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pajod committed Dec 9, 2023
1 parent 828496e commit ac06e1c
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions .github/ISSUE_TEMPLATE /bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
name: Bug Report
description: File a bug report
# could always prepend title, but that leads to odd titles when report is unaware
# title: "[Bug]: "
labels: ["- Bugs -"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to report a problem in gunicorn.
As limited time can be spent on triaging reports, we would appreciate if you
* look for existing reports that may match your problem
* include relevant information before anyone even asks
- type: textarea
id: what-happened
attributes:
label: What happened?
description: Also tell us, what did you expect to happen?
placeholder: A python traceback? A HTTP error displayed in the browser?
validations:
required: true
- type: input
attributes:
label: gunicorn version
validations:
required: true
- type: dropdown
id: installation-method
attributes:
label: Installation Method
description: How did you install gunicorn?
options:
- pip (PyPI)
- apt (Debian/Ubuntu)
- Development version from GitHub
- I do not know how to tell.
- Something else
default: 0
validations:
required: true
- type: input
attributes:
label: Python version
description: If PyPy: please be specific!
validations:
required: true

0 comments on commit ac06e1c

Please sign in to comment.