mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +08:00
37 lines
1.2 KiB
YAML
37 lines
1.2 KiB
YAML
name: Feature Request
|
|
description: Use this template for requesting a new feature or change.
|
|
title: "[Feature]: "
|
|
labels: ["enhancement"]
|
|
body:
|
|
- type: markdown
|
|
attributes:
|
|
value: |
|
|
You should only use this form to request a change or new feature, to report a bug or issue use the [bug report form](https://github.com/henrygd/beszel).
|
|
- type: checkboxes
|
|
attributes:
|
|
label: Pre-work
|
|
options:
|
|
- label: I have searched open and closed feature request to make sure this or similar feature request does not already exist.
|
|
required: true
|
|
- type: dropdown
|
|
id: idea-section
|
|
attributes:
|
|
label: Which part of the application does your feature belong to?
|
|
description: Select the section of the application that your feature pertains to.
|
|
options:
|
|
- Charts
|
|
- Notifications
|
|
- Metrics Collection
|
|
- Other
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
id: description
|
|
attributes:
|
|
label: Description
|
|
description: Describe the solution or feature you'd like, you should also mention if this solves a problem.
|
|
placeholder: Be sure to keep it clear and concise.
|
|
validations:
|
|
required: true
|