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