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>
This commit is contained in:
Bobby Noelte
2025-11-16 13:25:58 +01:00
committed by GitHub
parent bad99fc62d
commit edff649a5e

View File

@@ -8,18 +8,20 @@ body:
- type: markdown - type: markdown
attributes: attributes:
value: > value: >
Please post your idea first as a [Discussion](https://github.com/Akkudoktor-EOS/EOS/discussions)
to validate it and bring attention to it. After validation,
you can open this issue for a more technical developer discussion.
Check the [Contributor Guide](https://github.com/Akkudoktor-EOS/EOS/blob/main/CONTRIBUTING.md) Check the [Contributor Guide](https://github.com/Akkudoktor-EOS/EOS/blob/main/CONTRIBUTING.md)
if you need more information. if you need more information.
- type: textarea
attributes:
label: "Describe the enhancement or feature request:"
validations:
required: true
- type: textarea - type: textarea
attributes: attributes:
label: "Link to discussion and related issues" label: "Link to discussion and related issues"
description: > description: >
<link here> <link here>
render: python
validations: validations:
required: false required: false
@@ -28,6 +30,5 @@ body:
label: "Proposed implementation" label: "Proposed implementation"
description: > description: >
How it could be implemented with a high level API. How it could be implemented with a high level API.
render: python
validations: validations:
required: false required: false