test bug template as form

pull/1464/head
Danny 2022-01-17 13:43:16 +01:00
parent 4d0ac31c43
commit c3cd24484e
1 changed files with 40 additions and 22 deletions

View File

@ -1,28 +1,46 @@
---
name: Bangle Bug report
about: 'Bangle: Create a report to help us improve'
about: 'Bangle: Create a report to help us improve!'
title: "[general/app/widget/clock e.g. clock] [development object e.g. antonclock]
title"
labels: bug
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Expected behavior**
A clear and concise description of what you expected to happen.
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.
body:
- type: markdown
attributes:
value: |
### If you have a question then
### ** Ask it in the [forum](http://forum.espruino.com/microcosms/1424/), please! **
- type: dropdown
id: bangle
attributes:
label: version
description: Bangle version?
options:
- Bangle 1
- Bangle 2
- type: textarea
id: report
attributes:
label: Bug description
description: and please mention expected behaviour
placeholder: |
**Describe the bug**
A clear and concise description of what the bug is.
**Expected behavior**
A clear and concise description of what you expected to happen.
- type: textarea
id: log_screens
attributes:
label: Log file or log outp or screenshots
placeholder: |
logfile, logoutout or screen
- type: textarea
id: addional
attributes:
label: Additional context
description: for further helpfull information
placeholder: |
for further helpfull information
---