From edff649a5edcf4da8d16b4a174596914db1cccfd Mon Sep 17 00:00:00 2001 From: Bobby Noelte Date: Sun, 16 Nov 2025 13:25:58 +0100 Subject: [PATCH] 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 --- .github/ISSUE_TEMPLATE/enhancement.yml | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 0debfc2..4de7291 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -8,18 +8,20 @@ body: - type: markdown attributes: 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) 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: > - render: python validations: required: false @@ -28,6 +30,5 @@ body: label: "Proposed implementation" description: > How it could be implemented with a high level API. - render: python validations: required: false