mirror of
https://github.com/fankes/beszel.git
synced 2025-10-18 17:29:28 +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?
|
||||
placeholder: Chrome, Firefox, Safari, etc.
|
||||
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
|
||||
id: logs
|
||||
attributes:
|
||||
|
@@ -1,7 +1,7 @@
|
||||
name: Feature Request
|
||||
description: Use this template for requesting a new feature or change.
|
||||
title: "[Feature]: "
|
||||
labels: ["enhancement"]
|
||||
labels: ["enhancement", "needs-review"]
|
||||
body:
|
||||
- type: markdown
|
||||
attributes:
|
||||
|
Reference in New Issue
Block a user