From 36a20cb2b272591131b6633edb5a7086656100a5 Mon Sep 17 00:00:00 2001 From: inson1 <75314629+inson1@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:04:29 +0100 Subject: [PATCH 1/3] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9bd28efbc5..b65a96aa81 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -50,7 +50,7 @@ body: required: true - type: dropdown attributes: - label: What arch are you using? + label: What architecture are you using? options: - x64 - ia32 From 597d838b1128c5d46feb2c917319765e2360f604 Mon Sep 17 00:00:00 2001 From: inson1 <75314629+inson1@users.noreply.github.com> Date: Sat, 20 Jan 2024 12:12:23 +0100 Subject: [PATCH 2/3] Update feature_request.yml --- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 23b023e5a5..1744337369 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -15,7 +15,7 @@ body: - type: textarea attributes: label: Problem Description - description: Please add a clear and concise description of the problem you are seeking to solve with this feature request. + description: A clear and concise description of the problem you are seeking to solve with this feature request. validations: required: true - type: textarea @@ -33,6 +33,6 @@ body: - type: textarea attributes: label: Additional Information - description: Add any other context about the problem here. + description: Any other context about the problem. validations: required: false From d7f573fe4f5c827fc3de341c39ce4440b06691a7 Mon Sep 17 00:00:00 2001 From: inson1 <75314629+inson1@users.noreply.github.com> Date: Sat, 20 Jan 2024 14:53:21 +0100 Subject: [PATCH 3/3] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b65a96aa81..7b0b8ecb4d 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -50,7 +50,7 @@ body: required: true - type: dropdown attributes: - label: What architecture are you using? + label: What CPU architecture are you using? options: - x64 - ia32