Add workflows

This commit is contained in:
Damontecres 2025-10-15 15:41:04 -04:00
parent b494c31c72
commit 84dab0f7e7
No known key found for this signature in database
7 changed files with 370 additions and 0 deletions

15
.github/ISSUE_TEMPLATE/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