neuralgia/.github/ISSUE_TEMPLATE/ENHANCEMENT.yml
2024-12-21 12:54:08 +05:00

33 lines
No EOL
909 B
YAML

name: "Enhancement"
description: "Provide supporting details for a feature in development"
title: "[🪡]: "
labels: [ "1. Type: Enhancement" ]
body:
- type: checkboxes
id: exists
attributes:
label: "Was this enhancement asked before?"
description: "Please search open/closed issues before submitting, as the issue may have already been reported/addressed."
options:
- label: "No, it was not."
required: true
- type: textarea
id: feature
validations:
required: true
attributes:
label: What would you like to be added?
description: Feature requests are unlikely to make progress as issues.
- type: textarea
id: rationale
validations:
required: true
attributes:
label: Why is this needed?
- type: markdown
attributes:
value: "Thanks for taking the time to fill out this request enhancement."