mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
19 lines
625 B
YAML
19 lines
625 B
YAML
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: true
|