gege-jdr-backend/.gitea/ISSUE_TEMPLATE/FEATURE-REQUEST.yml

34 lines
1.0 KiB
YAML
Raw Normal View History

2024-08-10 09:33:15 +00:00
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