From 2cabd1c8236e0ff9019f5c3f4a43b7d973097c05 Mon Sep 17 00:00:00 2001 From: Manuel Schmid <9307310+mashb1t@users.noreply.github.com> Date: Thu, 28 Dec 2023 14:26:03 +0100 Subject: [PATCH 1/2] update operating system placeholder to Windows 10 most common usage i assume --- .github/ISSUE_TEMPLATE/bug_report.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index bf89b78c..58c983fe 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -58,7 +58,7 @@ body: attributes: label: Operating System description: What operating system are you using? - placeholder: "Example: macOS Big Sur" + placeholder: "Example: Windows 10" - type: dropdown id: browsers attributes: From c442a08099b2d0605d6c0e7e8c852f3f30bef0e7 Mon Sep 17 00:00:00 2001 From: Manuel Schmid Date: Thu, 28 Dec 2023 19:05:11 +0100 Subject: [PATCH 2/2] use already existing label "enhancement" instead of "feature" --- .github/ISSUE_TEMPLATE/feature_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index e6a844cc..3295902a 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -1,7 +1,7 @@ name: Feature request description: Suggest an idea for this project title: "[Feature]: " -labels: ["feature"] +labels: ["enhancement"] body: - type: markdown attributes: