removing the required tag as it obviously doesn't work, adding a top description
This commit is contained in:
parent
03cf7cf327
commit
ca30e67289
1 changed files with 4 additions and 2 deletions
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
6
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
|
@ -4,6 +4,10 @@ title: "[Bug]: "
|
||||||
labels: ["bug-report"]
|
labels: ["bug-report"]
|
||||||
|
|
||||||
body:
|
body:
|
||||||
|
- type: markdown
|
||||||
|
attributes:
|
||||||
|
value: |
|
||||||
|
Please fill this form with as much information as possible, don't forget to fill "What OS..." and "What browsers"
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: what-did
|
id: what-did
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -44,7 +48,6 @@ body:
|
||||||
- Windows
|
- Windows
|
||||||
- Linux
|
- Linux
|
||||||
- MacOS
|
- MacOS
|
||||||
required: true
|
|
||||||
- type: dropdown
|
- type: dropdown
|
||||||
id: browsers
|
id: browsers
|
||||||
attributes:
|
attributes:
|
||||||
|
@ -56,7 +59,6 @@ body:
|
||||||
- Brave
|
- Brave
|
||||||
- Apple Safari
|
- Apple Safari
|
||||||
- Microsoft Edge
|
- Microsoft Edge
|
||||||
required: true
|
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: cmdargs
|
id: cmdargs
|
||||||
attributes:
|
attributes:
|
||||||
|
|
Loading…
Reference in a new issue