bug.yml: more

This commit is contained in:
Ronan Jouchet 2022-07-23 17:57:05 -04:00
parent 4967e47aee
commit 9c099ce6bc
1 changed files with 10 additions and 7 deletions

View File

@ -17,13 +17,6 @@ body:
- label: I'm running the [latest version](https://github.com/nativefier/nativefier/releases).
validations:
required: false
- type: textarea
id: bug-description
attributes:
label: Bug description
description: A clear and concise description of what the bug is.
validations:
required: true
- type: input
id: nativefier-command
attributes:
@ -32,6 +25,16 @@ body:
placeholder: nativefier --verbose --some-option https://mysite.com
validations:
required: true
- type: textarea
id: steps-to-repro
attributes:
label: Steps to reproduce
placeholder: |
1. I did this...
2. And then that...
3. Finally, I clicked here.
validations:
required: true
- type: textarea
id: expected-behavior
attributes: