mirror of
https://github.com/Cleanuparr/Cleanuparr.git
synced 2026-06-29 15:55:52 -04:00
38 lines
1.5 KiB
YAML
38 lines
1.5 KiB
YAML
name: Feature request
|
|
description: File a feature request.
|
|
title: "[FEATURE] "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to improve Cleanuparr!
|
|
- type: checkboxes
|
|
id: duplicate-check
|
|
attributes:
|
|
label: "Duplicate check"
|
|
options:
|
|
- label: I have searched for existing issues and confirmed this is not a duplicate.
|
|
required: true
|
|
- type: checkboxes
|
|
id: init
|
|
attributes:
|
|
label: Implementation & testing support
|
|
description: The requester should help answer questions, provide support for the implementation and test changes.
|
|
options:
|
|
- label: I understand I must be available to assist with implementation questions and to test the feature before being released.
|
|
required: true
|
|
- label: I understand that joining the Discord server may be necessary for better coordination and faster communication.
|
|
required: true
|
|
- label: I understand that failure to assist in the development process of my request will result in the request being closed.
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: What would you like to see implemented next?
|
|
description: |
|
|
Links? References? Anything that will give us more context about your idea!
|
|
|
|
Tip: You can attach images or log files by clicking this area to highlight it and then dragging files in.
|
|
validations:
|
|
required: true |