From 028173c4230410e71687809b12f4a587dae63116 Mon Sep 17 00:00:00 2001 From: Roy Nieterau Date: Fri, 7 Apr 2023 10:49:03 +0200 Subject: [PATCH] Grammar tweaks + uppercase issue title --- .github/ISSUE_TEMPLATE/bug_report.yml | 8 ++++---- .github/ISSUE_TEMPLATE/enhancement_request.yml | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 37fe0e0e93..6a4fe4c7d1 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report -title: 'bug: ' +title: 'Bug: ' labels: - 'type: bug' body: @@ -88,11 +88,11 @@ body: required: true - type: checkboxes attributes: - label: Is there any more labels you wish to add? + label: Are there any labels you wish to add? description: Please search labels and identify those related to your bug. options: - - label: I have searched labels and added any - required: true + - label: I have added the relevant labels to the bug report. + required: true - type: textarea id: logs attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement_request.yml b/.github/ISSUE_TEMPLATE/enhancement_request.yml index e89391c3d7..52b49e0481 100644 --- a/.github/ISSUE_TEMPLATE/enhancement_request.yml +++ b/.github/ISSUE_TEMPLATE/enhancement_request.yml @@ -1,6 +1,6 @@ name: Enhancement Request description: Create a report to help us enhance a particular feature -title: "enhancement: " +title: "Enhancement: " labels: - "type: enhancement" body: @@ -13,28 +13,28 @@ body: label: Is there an existing issue for this? description: Please search to see if an issue already exists for the bug you encountered. options: - - label: I have searched the existing issues + - label: I have searched the existing issues. required: true - type: textarea id: related-feature attributes: - label: Please state which of feature you have in mind and describe what are its shortcomings? + label: Please describe the feature you have in mind and explain what the current shortcomings are? description: A clear and concise description of what the problem is. validations: required: true - type: textarea id: enhancement-proposal attributes: - label: How would you imagine the enhancement of the feature? + label: How would you imagine the implementation of the feature? description: A clear and concise description of what you want to happen. validations: required: true - type: checkboxes attributes: - label: Is there any more labels you wish to add? + label: Are there any labels you wish to add? description: Please search labels and identify those related to your enhancement. options: - - label: I have searched labels and added any + - label: I have added the relevant labels to the enhancement request. required: true - type: textarea id: alternatives