streamrip/.github/ISSUE_TEMPLATE/feature_request.yml
2021-09-15 21:58:29 -07:00

25 lines
900 B
YAML

name: 🚀 Feature Request
description: Suggest a feature that would improve streamrip
labels: enhancement
title: "[FEATURE] <title>"
body:
- type: textarea
validations:
required: true
attributes:
label: Is the feature request related to a problem. Please describe it.
placeholder: I have an issue when...
- type: textarea
validations:
required: true
attributes:
label: Describe the solution you would like.
description: A clear and concise description of what you want to happen. Add any considered drawbacks.
placeholder: I would like streamrip to...
- type: textarea
attributes:
label: Describe alternatives you've considered.
description: A clear and concise description of any alternative solutions or features you've considered.
placeholder: '"I have already tried X" or "I do Y as a temporary solution"'