chore: github form templates

Signed-off-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax 2023-09-13 09:51:54 +02:00
parent 572af8c114
commit a9e6efb8d7
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
4 changed files with 125 additions and 34 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