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

View File

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