mirror of
https://github.com/upscayl/upscayl.git
synced 2025-02-17 19:19:23 +01:00
draft
This commit is contained in:
parent
60d126b021
commit
00b2ca9af9
52
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
52
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
Normal file
@ -0,0 +1,52 @@
|
||||
name: Bug Report
|
||||
description: Bugs in the software itself
|
||||
labels: bug
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
options:
|
||||
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/aaronliu0130/upscayl#faq-).
|
||||
required: true
|
||||
- label: I have checked that this issue isn't addressed in any other issue or pull request.
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Describe the Bug
|
||||
description: 😶🌫️ What's wrong? Put logs here if you have them.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: To Reproduce
|
||||
description: 🧙 How to make the bug come out of the shadows?
|
||||
value: |-
|
||||
1. Click on wand
|
||||
2. Select "Reveal"
|
||||
3. Scroll down to the "Shadows" section
|
||||
4. See error
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: 🤓 What should've happened?
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: Version/Commit Hash
|
||||
description:
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: OS Specifics
|
||||
description: Output of `uname -a` or the Windows build number from `winver`.
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: 🤳 Any screenies we may see?
|
||||
value: |-
|
||||
|
Loading…
x
Reference in New Issue
Block a user