bug report with hw,fw and textarea (3)
parent
6fae64a2f5
commit
63a8fc95cf
|
|
@ -1,24 +1,26 @@
|
|||
name: Bangle Bug report
|
||||
name: Bangle bug report
|
||||
description: "Bangle: Create a issue to help us improve!"
|
||||
title: "Please give it a short description and provide the affected app/widget."
|
||||
title: "Short description and provide the affected app/widget"
|
||||
labels: ["bug"]
|
||||
assignees: []
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
** If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please! **
|
||||
### If you have a question then ask it at the [bangle forum](http://forum.espruino.com/microcosms/1424/), please!
|
||||
- type: dropdown
|
||||
id: hwversion
|
||||
attributes:
|
||||
label: Affected hardware version
|
||||
description: |
|
||||
Which Bangle hardware version(s) is/are affected?
|
||||
Hint: You can select both with ctrl key.
|
||||
Hint: You can select multiple entries.
|
||||
options:
|
||||
- label: Bangle 1
|
||||
- label: Bangle 2
|
||||
- Bangle 1
|
||||
- Bangle 2
|
||||
multiple: true
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
id: fwversion
|
||||
attributes:
|
||||
|
|
@ -26,8 +28,9 @@ body:
|
|||
description: |
|
||||
Please use the latest released firmware and check if the bug still occurs.
|
||||
If it occurs only in "Cutting Edge build" please mention this.
|
||||
Hint: The links will open inplace hold e.g. ctrl/cmd-key and click to open in a new tab instead.
|
||||
Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js2#firmware-updates)
|
||||
Bangle 2: [firmware update instructions](https://www.espruino.com/Bangle.js#firmware-updates)
|
||||
Bangle 1: [firmware update instructions](https://www.espruino.com/Bangle.js#firmware-updates)
|
||||
placeholder: e.g. 2v11
|
||||
validations:
|
||||
required: true
|
||||
|
|
|
|||
|
|
@ -1,22 +0,0 @@
|
|||
---
|
||||
name: Bangle Feature request
|
||||
about: 'Bangle: Suggest an idea for this project'
|
||||
title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock]
|
||||
title"
|
||||
labels:
|
||||
- widget
|
||||
- feature request
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**Is your feature request related to a problem? Please describe.**
|
||||
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
|
||||
|
||||
**Describe the solution you'd like**
|
||||
A clear and concise description of what you want to happen.
|
||||
|
||||
**Describe alternatives you've considered**
|
||||
A clear and concise description of any alternative solutions or features you've considered.
|
||||
|
||||
**Additional context**
|
||||
Add any other context or screenshots about the feature request here.
|
||||
|
|
@ -1,62 +0,0 @@
|
|||
name: Bug Report
|
||||
description: File a bug report
|
||||
title: "[Bug]: "
|
||||
labels: ["bug", "triage"]
|
||||
assignees:
|
||||
- octocat
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
value: |
|
||||
Thanks for taking the time to fill out this bug report!
|
||||
- type: input
|
||||
id: contact
|
||||
attributes:
|
||||
label: Contact Details
|
||||
description: How can we get in touch with you if we need more info?
|
||||
placeholder: ex. email@example.com
|
||||
validations:
|
||||
required: false
|
||||
- type: textarea
|
||||
id: what-happened
|
||||
attributes:
|
||||
label: What happened?
|
||||
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:
|
||||
- 1.0.2 (Default)
|
||||
- 1.0.3 (Edge)
|
||||
validations:
|
||||
required: true
|
||||
- type: dropdown
|
||||
id: browsers
|
||||
attributes:
|
||||
label: What browsers are you seeing the problem on?
|
||||
multiple: true
|
||||
options:
|
||||
- Firefox
|
||||
- Chrome
|
||||
- Safari
|
||||
- Microsoft Edge
|
||||
- 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://example.com)
|
||||
options:
|
||||
- label: I agree to follow this project's Code of Conduct
|
||||
required: true
|
||||
Loading…
Reference in New Issue