mirror of
https://github.com/upscayl/upscayl.git
synced 2026-04-03 03:00:13 -04:00
Add doc issue template
"Expected Behavior" is intentional. PRs are welcome.
This commit is contained in:
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/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 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!
|
||||
Reference in New Issue
Block a user