Update bug_report.md (#1929)

This commit is contained in:
Erwin Ried 2024-02-23 14:02:11 +01:00 committed by GitHub
parent 4b83fd8a40
commit e4da8b979e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1,35 +1,48 @@
---
name: Bug report name: Bug report
about: Create a report to help us improve the software description: File a bug reports regarding the firmware.
title: '' labels: ['bug']
labels: bug body:
assignees: '' - type: markdown
attributes:
--- value: |
Thank you for taking the time to fill out an issue, this template is meant for any issues related to the Mayhem firmware.
---- Please try the latest nightly release before submitting this. You can find the latest nightly version here: https://github.com/portapack-mayhem/mayhem-firmware/releases
- type: textarea
(Please try the latest nightly release before submitting this. You can find the latest nightly version here: https://github.com/portapack-mayhem/mayhem-firmware/releases) id: description
attributes:
---- label: Describe the bug.
description: "A clear and concise description of what the bug is."
**Describe the bug** validations:
A clear and concise description of what the bug is. required: true
- type: textarea
**To Reproduce** id: repro
Steps to reproduce the behavior: attributes:
1. Go to '...' label: Reproduction
2. Tap on '....' description: "How can this bug be reproduced?"
3. placeholder: |
1. Switch on...
**Expected behavior** 2. Press button '....'
A clear and concise description of what you expected to happen. 3. Wait for the end of the universe
4. It burns
**Affected versions** validations:
Please write any difference related with the Expected behavior, on the following versions: required: true
* Latest Stable release: - type: textarea
* Latest Nightly release: id: expected
* Previous working release: attributes:
label: Expected behavior
**Additional** description: "A clear and concise description of what you expected to happen"
If the bug is difficult to explain, additionally to the text please include images and videos. placeholder: |
1. Generates file on...
2. I get a cheeseburger...
validations:
required: true
- type: input
id: target
attributes:
label: Environment/versions
description: Specify extra details about versions and environments affected
- type: textarea
id: anything-else
attributes:
label: Anything else?
description: Let us know if you have anything else to share.