1
0
mirror of https://github.com/upscayl/upscayl.git synced 2025-02-17 19:19:23 +01:00
This commit is contained in:
Aaron Liu 2022-12-25 22:06:41 -05:00 committed by GitHub
parent 60d126b021
commit 00b2ca9af9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

52
.github/ISSUE_TEMPLATE/bug_report.yml vendored Normal file
View 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: |-