mirror of
https://git.kescher.at/CatCatNya/catstodon.git
synced 2024-11-22 12:58:06 +01:00
a1eb1a9642
Co-authored-by: Matt Jankowski <matt@jankowski.online>
22 lines
686 B
YAML
22 lines
686 B
YAML
name: Feature Request
|
|
description: I have a suggestion
|
|
type: Suggestion
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
Please use a concise and distinct title for the issue.
|
|
|
|
Consider: Could it be implemented as a 3rd party app using the REST API instead?
|
|
- type: textarea
|
|
attributes:
|
|
label: Pitch
|
|
description: Describe your idea for a feature. Make sure it has not already been suggested/implemented/turned down before.
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Motivation
|
|
description: Why do you think this feature is needed? Who would benefit from it?
|
|
validations:
|
|
required: true
|