mirror of
https://github.com/AuthMe/AuthMeReloaded.git
synced 2024-11-25 19:55:39 +01:00
29 lines
876 B
YAML
29 lines
876 B
YAML
name: Feature request
|
|
description: Suggest an idea for AuthMe
|
|
labels: 'Type: enhancement'
|
|
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Thanks for taking the time to fill out this feature request for AuthMe! Fill out the following form to your best ability to help us understand your feature request and greately improve the change of it getting added.
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: What feature do you want to see added?
|
|
description: A clear and concise description of your feature request.
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Are there any alternatives?
|
|
description: List any alternatives you might have tried
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
attributes:
|
|
label: Anything else?
|
|
description: You can provide additional context below.
|