docs(config): Update issue and discussion templates

This commit is contained in:
hank
2025-01-19 20:14:50 -05:00
parent 90378d09a3
commit 0cee9e4e4b
6 changed files with 183 additions and 120 deletions

View File

@@ -0,0 +1,23 @@
name: 🚀 Feature request
description: Request a new feature or change.
title: "[Feature]: "
labels: ["enhancement"]
body:
- type: markdown
attributes:
value: Before submitting, please search existing [issues](https://github.com/henrygd/beszel/issues) and [discussions](https://github.com/henrygd/beszel/discussions) (including closed).
- type: textarea
attributes:
label: Describe the feature you would like to see
validations:
required: true
- type: textarea
attributes:
label: Describe how you would like to see this feature implemented
validations:
required: false
- type: textarea
attributes:
label: Describe any alternatives you've considered
validations:
required: false