mirror of
https://github.com/JustinZeus/Wholphin.git
synced 2026-07-08 23:51:21 +02:00
Bump dependency versions & update issue templates (#270)
Adds a new bug template for reporting playback specific issues Also bumps a few dependency versions
This commit is contained in:
parent
1f1d3443e3
commit
39ad7e564f
5 changed files with 78 additions and 13 deletions
15
.github/ISSUE_TEMPLATE/02-new-feature.yml
vendored
Normal file
15
.github/ISSUE_TEMPLATE/02-new-feature.yml
vendored
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
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
|
||||
Loading…
Add table
Add a link
Reference in a new issue