mirror of
https://github.com/upscayl/upscayl.git
synced 2024-11-13 18:30:54 +01:00
24 lines
713 B
YAML
24 lines
713 B
YAML
name: Documentation Issue
|
|
description: "Any issue that's not with the software itself: docs, release notes, etc"
|
|
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 would you like to improve?
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Screenshots
|
|
description: 🤳 Got screenshots?
|