Wholphin/.github/ISSUE_TEMPLATE/02-new-feature.yml
damontecres 39ad7e564f
Bump dependency versions & update issue templates (#270)
Adds a new bug template for reporting playback specific issues


Also bumps a few dependency versions
2025-11-20 12:55:49 -05: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