Add OS option

This commit is contained in:
Sven van Ginkel
2025-01-18 10:16:01 +01:00
committed by GitHub
parent 9cabc103e5
commit e7c214799a
2 changed files with 9 additions and 2 deletions

View File

@@ -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:

View File

@@ -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: