Files
EOS/.github/ISSUE_TEMPLATE/enhancement.yml
Bobby Noelte edff649a5e chore: improve enhancement template (#766)
Improve enhancement template to not use fenced python chapters.

Add chapter to describe the enhancement.

Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
2025-11-16 13:25:58 +01:00

35 lines
777 B
YAML

name: Enhancement
description: Make a specific, well-motivated proposal for a feature.
title: "[ENH]: ..."
labels: [enhancement]
body:
- type: markdown
attributes:
value: >
Check the [Contributor Guide](https://github.com/Akkudoktor-EOS/EOS/blob/main/CONTRIBUTING.md)
if you need more information.
- type: textarea
attributes:
label: "Describe the enhancement or feature request:"
validations:
required: true
- type: textarea
attributes:
label: "Link to discussion and related issues"
description: >
<link here>
validations:
required: false
- type: textarea
attributes:
label: "Proposed implementation"
description: >
How it could be implemented with a high level API.
validations:
required: false