mirror of
https://github.com/Akkudoktor-EOS/EOS.git
synced 2025-11-21 12:56:27 +00:00
Improve enhancement template to not use fenced python chapters. Add chapter to describe the enhancement. Signed-off-by: Bobby Noelte <b0661n0e17e@gmail.com>
35 lines
777 B
YAML
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
|