mirror of
https://github.com/Llewellynvdm/nativefier.git
synced 2024-11-13 00:26:27 +00:00
bug.yml: more
This commit is contained in:
parent
4967e47aee
commit
9c099ce6bc
17
.github/ISSUE_TEMPLATE/bug.yml
vendored
17
.github/ISSUE_TEMPLATE/bug.yml
vendored
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user