Wholphin/.github/ISSUE_TEMPLATE/new-feature.yml
2025-10-15 15:41:04 -04:00

15 lines
343 B
YAML

name: "Feature Request"
description: Request a new feature
title: "[FEA] - <title>"
labels: [
"enhancement"
]
body:
- type: textarea
id: description
attributes:
label: "Description"
description: Please enter a description of the feature
placeholder: "I would like to see..."
validations:
required: true