mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-12 01:40:53 +01:00
commit
3cb6ca15b8
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:
|
||||
label: Checklist
|
||||
options:
|
||||
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/upscayl/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: ✍️ What version of Upscayl did you use?
|
||||
validations:
|
||||
required: true
|
||||
- type: input
|
||||
attributes:
|
||||
label: OS Specifics
|
||||
description: 📝 Use `winver` on Windows or `uname -a` anywhere else to find out!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: 🤳 Any screenies we may see?
|
||||
value: 😩 NO, screenshots are hard!
|
29
.github/ISSUE_TEMPLATE/doc_issue.yml
vendored
Normal file
29
.github/ISSUE_TEMPLATE/doc_issue.yml
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
name: Documentation Issue
|
||||
description: Something wrong with the docs
|
||||
labels: documentation
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Checklist
|
||||
options:
|
||||
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/upscayl/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 Issue
|
||||
description: 💥 What? Where? How? is wrong? or lacking? Explain yourself!
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Expected Behavior
|
||||
description: 🤓 What should be there?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Screenshots
|
||||
description: 🤳 Any screenies we may see?
|
||||
value: 😩 NO, screenshots are hard!
|
29
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
29
.github/ISSUE_TEMPLATE/feature_request.yml
vendored
Normal file
@ -0,0 +1,29 @@
|
||||
name: Feature request
|
||||
description: Suggest an idea for the app itself
|
||||
labels: enhancement
|
||||
body:
|
||||
- type: checkboxes
|
||||
attributes:
|
||||
label: Checklist
|
||||
options:
|
||||
- label: I have checked that this issue isn't addressed in [the FAQ](https://github.com/upscayl/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: Related Problem(s)
|
||||
description: 💥 Are there any problems that cooerced you into filing this feature request?
|
||||
value: 😩 NO, bugs are overrated!
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Description
|
||||
description: 🤓 What do you want to happen?
|
||||
validations:
|
||||
required: true
|
||||
- type: textarea
|
||||
attributes:
|
||||
label: Alternatives
|
||||
description: 🥺 Is there really no other way? Evaluate them.
|
||||
validations:
|
||||
required: true
|
Loading…
Reference in New Issue
Block a user