mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
Update to bug report
This commit is contained in:
85
.github/ISSUE_TEMPLATE/bug_report.md
vendored
85
.github/ISSUE_TEMPLATE/bug_report.md
vendored
@ -1,32 +1,55 @@
|
|||||||
---
|
|
||||||
name: Bug report
|
|
||||||
about: Create a report to help us improve
|
|
||||||
title: "[BUG]"
|
|
||||||
labels: bug
|
|
||||||
assignees: ''
|
|
||||||
|
|
||||||
---
|
name: Bug Report
|
||||||
|
description: File a bug report.
|
||||||
**Describe the bug**
|
title: "[Bug]: "
|
||||||
A clear and concise description of what the bug is.
|
labels: ["bug", "triage"]
|
||||||
|
projects: ["pwnagotchi"]
|
||||||
**To Reproduce**
|
assignees:
|
||||||
Steps to reproduce the behavior:
|
- jayofelony
|
||||||
1. ...
|
body:
|
||||||
2. ...
|
- type: markdown
|
||||||
3. ...
|
attributes:
|
||||||
|
value: |
|
||||||
**Expected behavior**
|
Thanks for taking the time to fill out this bug report!
|
||||||
A clear and concise description of what you expected to happen.
|
- type: input
|
||||||
|
id: contact
|
||||||
**Screenshots**
|
attributes:
|
||||||
If applicable, add screenshots to help explain your problem.
|
label: Contact Details
|
||||||
|
description: How can we get in touch with you if we need more info?
|
||||||
**Environment (please complete the following information):**
|
placeholder: ex. email@example.com
|
||||||
- Pwnagotchi version
|
validations:
|
||||||
- OS version
|
required: false
|
||||||
- Type of hardware
|
- type: textarea
|
||||||
- Any additional hardware used
|
id: what-happened
|
||||||
|
attributes:
|
||||||
**Additional context**
|
label: What happened?
|
||||||
Add any other context about the problem here.
|
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: version
|
||||||
|
attributes:
|
||||||
|
label: Version
|
||||||
|
description: What version of our software are you running?
|
||||||
|
options:
|
||||||
|
- 2.9.2 (64bit)
|
||||||
|
- 2.9.2 (32bit)
|
||||||
|
default: 0
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
- 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
|
||||||
|
- type: checkboxes
|
||||||
|
id: terms
|
||||||
|
attributes:
|
||||||
|
label: Code of Conduct
|
||||||
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://github.com/jayofelony/pwnagotchi/blob/noai/CODE_OF_CONDUCT.md).
|
||||||
|
options:
|
||||||
|
- label: I agree to follow this project's Code of Conduct
|
||||||
|
required: true
|
||||||
|
Reference in New Issue
Block a user