From 51a39d240cc01d0f3c26f76aae51343c74782cbb Mon Sep 17 00:00:00 2001 From: inson1 <75314629+inson1@users.noreply.github.com> Date: Thu, 25 Jan 2024 16:08:39 +0100 Subject: [PATCH] chore: Update issue templates (#1661) * Update bug_report.yml * Update feature_request.yml * Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9bd28efb..7b0b8ecb 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 CPU architecture are you using? options: - x64 - ia32 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 23b023e5..17443373 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