2022-09-03 23:01:09 +03:00
|
|
|
name: Feature request
|
2022-09-03 23:09:24 +03:00
|
|
|
description: Request a new feature
|
2022-09-03 23:10:55 +03:00
|
|
|
labels: [feature]
|
2022-09-03 23:09:24 +03:00
|
|
|
body:
|
|
|
|
- type: textarea
|
|
|
|
id: description
|
|
|
|
attributes:
|
|
|
|
label: Feature
|
|
|
|
description: A clear and concise description of what the problem is, or what feature you want to be implemented.
|
|
|
|
placeholder: I'm always frustrated when..., Discord has recently released..., A good addition would be...
|
|
|
|
validations:
|
|
|
|
required: true
|
|
|
|
- type: textarea
|
|
|
|
id: alternatives
|
|
|
|
attributes:
|
|
|
|
label: Alternative solutions or implementations
|
|
|
|
description: A clear and concise description of any alternative solutions or features you have considered.
|
|
|
|
- type: textarea
|
|
|
|
id: additional-context
|
|
|
|
attributes:
|
|
|
|
label: Other context
|
|
|
|
description: Any other context, screenshots, or file uploads that help us understand your feature request.
|