gege-jdr-backend/.gitea/ISSUE_TEMPLATE/FEATURE-REQUEST.yml
Lucien Cartier-Tilet c73ff3d581
Some checks failed
CI / tests (push) Failing after 3m18s
Publish Docker image / publish (push) Failing after 13s
Initial commit
2024-08-10 12:02:33 +02:00

34 lines
1.0 KiB
YAML

name: Feature Request
description: Request a new feature
title: "[Feature Request]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: |
Thanks for taking the time to request a new feature!
- type: textarea
id: feature-description
attributes:
label: New feature
description: Description of the new feature
value: "New API endpoint should do thing"
validations:
required: true
- type: textarea
id: feature-reason
attributes:
label: Why this new feature
description: Describe why this new feature should be added to gege-jdr-backend
value: "New API endpoint would simplify doing thing often done by people using gege-jdr-backend"
validations:
required: true
- type: textarea
id: ideas-implementation
attributes:
label: Implementation ideas and additional thoughts
description: Do you have an idea on how to implement it?
value: "It could be implemented doing foo, bar, and baz"
validations:
required: false