mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 09:49:28 +08:00
Add Templates
This commit is contained in:
36
.github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml
vendored
Normal file
36
.github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml
vendored
Normal file
@@ -0,0 +1,36 @@
|
||||
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
|
Reference in New Issue
Block a user