tubearchivist/.github/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

38 lines
1.3 KiB
YAML
Raw Normal View History

2022-08-14 12:43:00 +00:00
name: Feature Request
description: Create a new feature request
title: "[Feature Request]: "
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to help improve this project!
- type: checkboxes
id: already
attributes:
label: Already implemented?
options:
- label: I have read through the [wiki](https://github.com/tubearchivist/tubearchivist/wiki).
required: true
2022-09-06 14:22:30 +00:00
- label: I understand the [scope](https://github.com/tubearchivist/tubearchivist/wiki/FAQ) of this project and am aware of the [known limitations](https://github.com/tubearchivist/tubearchivist#known-limitations) and my idea is not already on the [roadmap](https://github.com/tubearchivist/tubearchivist#roadmap).
2022-08-14 12:43:00 +00:00
required: true
- type: textarea
id: description
attributes:
label: Your Feature Request
value: "## Is your feature request related to a problem? Please describe.\n\n## Describe the solution you'd like\n\n## Additional context"
placeholder: Tell us what you see!
validations:
required: true
- type: checkboxes
id: help
attributes:
label: Your help is needed!
2022-08-14 14:55:23 +00:00
description: This project is ambitious as it is, please contribute.
2022-08-14 12:43:00 +00:00
options:
2022-08-14 14:55:23 +00:00
- label: Yes I can help with this feature request!
2022-08-14 12:43:00 +00:00
required: false