From e7c214799af854ccb7c23d9a71b2c1e310410ff8 Mon Sep 17 00:00:00 2001 From: Sven van Ginkel Date: Sat, 18 Jan 2025 10:16:01 +0100 Subject: [PATCH] Add OS option --- .github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml | 9 ++++++++- .github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml b/.github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml index b9752ef..e136b3d 100644 --- a/.github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml +++ b/.github/ISSUE_TEMPLATE/BUG_REPORT_FORM.yml @@ -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: diff --git a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml index dae0f2e..ed59562 100644 --- a/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml +++ b/.github/ISSUE_TEMPLATE/FEATURE_REQUEST_FORM.yml @@ -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: