mirror of
https://github.com/fankes/beszel.git
synced 2025-10-19 01:39:34 +08:00
Add OS option
This commit is contained in:
9
.github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml
vendored
9
.github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml
vendored
@@ -62,7 +62,14 @@ body:
|
|||||||
label: What browser(s) are you seeing the problem on?
|
label: What browser(s) are you seeing the problem on?
|
||||||
placeholder: Chrome, Firefox, Safari, etc.
|
placeholder: Chrome, Firefox, Safari, etc.
|
||||||
validations:
|
validations:
|
||||||
required: true
|
required: false
|
||||||
|
- type: input
|
||||||
|
id: operating-system
|
||||||
|
attributes:
|
||||||
|
label: What Operation System are you seeing the problem on?
|
||||||
|
placeholder: Ubuntu, Rocky Linux, Windows, MacOs, etc.
|
||||||
|
validations:
|
||||||
|
required: false
|
||||||
- type: textarea
|
- type: textarea
|
||||||
id: logs
|
id: logs
|
||||||
attributes:
|
attributes:
|
||||||
|
@@ -1,7 +1,7 @@
|
|||||||
name: Feature Request
|
name: Feature Request
|
||||||
description: Use this template for requesting a new feature or change.
|
description: Use this template for requesting a new feature or change.
|
||||||
title: "[Feature]: "
|
title: "[Feature]: "
|
||||||
labels: ["enhancement"]
|
labels: ["enhancement", "needs-review"]
|
||||||
body:
|
body:
|
||||||
- type: markdown
|
- type: markdown
|
||||||
attributes:
|
attributes:
|
||||||
|
Reference in New Issue
Block a user