Files
beszel/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml
Sven van Ginkel ea098fd61c Remove label
2025-01-18 10:16:25 +01:00

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