generated from phundrak/rust-poem-openapi-template
34 lines
1.0 KiB
YAML
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
|