mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-30 18:24:27 +01:00
Finish bug report template
This commit is contained in:
parent
00b2ca9af9
commit
77024adbc5
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
10
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@ -3,6 +3,7 @@ description: Bugs in the software itself
|
|||||||
labels: bug
|
labels: bug
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
|
label: Checklist
|
||||||
attributes:
|
attributes:
|
||||||
options:
|
options:
|
||||||
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/aaronliu0130/upscayl#faq-).
|
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/aaronliu0130/upscayl#faq-).
|
||||||
@ -12,7 +13,7 @@ body:
|
|||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the Bug
|
label: Describe the Bug
|
||||||
description: 😶🌫️ What's wrong? Put logs here if you have them.
|
description: 💥 What's wrong? Put logs here if you have them.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
@ -35,18 +36,17 @@ body:
|
|||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: Version/Commit Hash
|
label: Version/Commit Hash
|
||||||
description:
|
description: ✍️ What version of Upscayl did you use?
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
attributes:
|
||||||
label: OS Specifics
|
label: OS Specifics
|
||||||
description: Output of `uname -a` or the Windows build number from `winver`.
|
description: 📝 Use `winver` on Windows or `uname -a` anywhere else to find out!
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Screenshots
|
label: Screenshots
|
||||||
description: 🤳 Any screenies we may see?
|
description: 🤳 Any screenies we may see?
|
||||||
value: |-
|
value: 😩 NO, screenshots are hard!
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user