mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 15:50:16 +02:00
Adds a new bug template for reporting playback specific issues Also bumps a few dependency versions
15 lines
343 B
YAML
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
|