📝 Feat: Add issue templates

This commit is contained in:
James Musselman 2025-03-14 19:53:47 -05:00
parent 351a8f8547
commit a876c3e216
Signed by: Musselman
GPG key ID: 1DAEFF35ECB5D6DB
3 changed files with 91 additions and 0 deletions

View file

@ -0,0 +1,31 @@
name: 💡 Feature Request
description: Got an idea for a feature that the software doesn't have yet? Suggest it here!
title: "[FEAT] "
labels: ["enhancement/feature"]
body:
- type: markdown
attributes:
value: |
- Please speak English, as this is the language all maintainers can speak and write.
- Be as clear and concise as possible. A very verbose request is harder to interpret in a concrete way.
- Be civil and use common sense.
- Take a moment to *check that your issue hasn't been reported before*.
- type: textarea
id: needs-benefits
attributes:
label: Needs and benefits
description: As concisely as possible, describe the benefits your feature request will provide or the problems it will try to solve.
validations:
required: true
- type: textarea
id: description
attributes:
label: Feature Description
description: As concisely as possible, describe the feature you would like to see added or the changes you would like to see made to the software.
validations:
required: true
- type: textarea
id: screenshots
attributes:
label: Screenshots
description: If you can, provide screenshots of an implementation on another site.