chore: issue templates

This commit is contained in:
CrazyMax
2025-01-20 12:11:02 +01:00
parent 2c6e6cdbe6
commit dc643a581c
3 changed files with 115 additions and 0 deletions

15
.github/ISSUE_TEMPLATE/feature.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
# https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-githubs-form-schema
name: Feature request
description: Missing functionality? Come tell us about it!
labels:
- kind/enhancement
- status/triage
body:
- type: textarea
id: description
attributes:
label: Description
description: What is the feature you want to see?
validations:
required: true