mirror of
https://github.com/henrygd/beszel.git
synced 2026-03-22 13:36:16 +01:00
* Update templates * Add CodeOwners * Apply Hanks Feedback * Add note to make one issue per request * update workflow
20 lines
426 B
YAML
20 lines
426 B
YAML
body:
|
|
- type: dropdown
|
|
id: component
|
|
attributes:
|
|
label: Component
|
|
description: Which part of Beszel is this about?
|
|
options:
|
|
- Hub
|
|
- Agent
|
|
- Hub & Agent
|
|
default: 0
|
|
validations:
|
|
required: true
|
|
- type: textarea
|
|
attributes:
|
|
label: Description
|
|
description: Please describe in detail what you want to share.
|
|
validations:
|
|
required: true
|