40 lines
1.1 KiB
YAML
40 lines
1.1 KiB
YAML
name: Feature request
|
|
about: Request a feature
|
|
title: "[Feature request]: "
|
|
labels:
|
|
- feature request
|
|
body:
|
|
- type: textarea
|
|
id: problem
|
|
attributes:
|
|
label: Description
|
|
description: Describe your feature, in detail, here
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: why
|
|
attributes:
|
|
label: Use case
|
|
description: |
|
|
What use case would this feature fill that can't is be filled or is hard to fill otherwise?
|
|
validations:
|
|
required: false
|
|
- type: dropdown
|
|
id: region
|
|
attributes:
|
|
label: In what area would this feature primarily reside?
|
|
multiple: true
|
|
options:
|
|
- Frontend
|
|
- Backend (General)
|
|
- Backend (Plugins)
|
|
- Backend (ActivityPub)
|
|
- I don't know! *confused screaming*
|
|
- type: checkboxes
|
|
id: terms
|
|
attributes:
|
|
label: Code of Conduct
|
|
description: By submitting this issue, you agree to follow our [Code of Conduct](https://git.mstar.dev/mstar/linstrom/src/branch/main/CODE_OF_CONDUCT.md)
|
|
options:
|
|
- label: I agree to follow this project's Code of Conduct
|
|
required: true
|