mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-28 09:20:52 +01:00
9a0c375092
oh noes
30 lines
883 B
YAML
30 lines
883 B
YAML
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!
|