mirror of
https://github.com/AngelAuraMC/Amethyst-Android.git
synced 2026-04-18 16:46:58 -04:00
Spams: #5608 #5566 #5565 #5546 #5523 #5502 #5356 #5270 #5256 #5255 #5231 #5183 #5162 #5159 #5146 #5114 etc
32 lines
865 B
YAML
32 lines
865 B
YAML
name: Feature request
|
|
description: 'Ask for new features.'
|
|
title: "[F-Req] <Short description>"
|
|
labels: [enhancement]
|
|
body:
|
|
- type: textarea
|
|
id: version
|
|
attributes:
|
|
label: Is this request related to a bug?
|
|
description: |
|
|
Give us some details into the problem, and how this affects it.
|
|
placeholder: 'Example: You should add a version selector because of the text box being too small.'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Describe the request.
|
|
description: |
|
|
What do you want to see changed, added, or removed? Make sure to be specific.
|
|
placeholder: 'Example: A scrollable version picker.'
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: |
|
|
Add any other context about the problem here.
|
|
validations:
|
|
required: false
|