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/new-feature.yml vendored Normal file
View 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