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:
damontecres 2025-11-20 12:55:49 -05:00 committed by GitHub
parent 1f1d3443e3
commit 39ad7e564f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 78 additions and 13 deletions

15
.github/ISSUE_TEMPLATE/03-question.yml vendored Normal file
View file

@ -0,0 +1,15 @@
name: "Question"
description: Ask a question
title: "[QST] - <title>"
labels: [
"question"
]
body:
- type: textarea
id: description
attributes:
label: "Question"
description: Please enter your question
placeholder: "How do I...?"
validations:
required: true