add feature request template

This commit is contained in:
Generator
2024-07-25 21:06:09 +01:00
parent cabbf2ff93
commit e7bb63734e

View File

@ -0,0 +1,26 @@
name: Feature Request
description: Create a feature request for SmartTube
title: 'Feature Request'
labels: 'feature'
body:
- type: markdown
attributes:
value: Thanks for taking the time to file a feature request! Please fill out this form as completely as possible.
- type: textarea
attributes:
label: Describe the feature you'd like to request
description: A clear and concise description of what you want and what your use case is.
validations:
required: true
- type: textarea
attributes:
label: Describe the solution you'd like
description: A clear and concise description of what you want to happen.
validations:
required: true
- type: textarea
attributes:
label: Describe alternatives you've considered
description: A clear and concise description of any alternative solutions or features you've considered.
validations:
required: true