diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 09ca884b3..049b650b0 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -14,8 +14,8 @@ body: MAKE SURE TO FOLLOW THE TWO STEPS ABOVE BEFORE REPORTING A BUG. A BUG THAT ALREADY EXISTS WILL BE IMMEDIATELY CLOSED. - If you want to suggest a new feature please use "Feature request" instead - If you want to suggest an enhancement to an existing feature please use "Enhancement" instead + If you want to suggest a new feature, please use "Feature request" instead + If you want to suggest an enhancement to an existing feature, please use "Enhancement" instead - type: textarea id: describe-bug attributes: diff --git a/.github/ISSUE_TEMPLATE/enhancement.yml b/.github/ISSUE_TEMPLATE/enhancement.yml index 9fd97b66c..58dea880c 100644 --- a/.github/ISSUE_TEMPLATE/enhancement.yml +++ b/.github/ISSUE_TEMPLATE/enhancement.yml @@ -8,8 +8,8 @@ body: attributes: value: | Please use the search function to check if the desired function has already been requested by someone else - If you want to suggest a new feature please use "Feature request" instead - If you want to report a bug please use "Bug report" instead + If you want to suggest a new feature, please use "Feature request" instead + If you want to report a bug, please use "Bug report" instead - type: textarea id: problem attributes: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f96a369ca..a990dff75 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -8,8 +8,8 @@ body: attributes: value: | Please use the search function to check if the desired function has already been requested by someone else - If you want to suggest an enhancement to an existing feature please use "Enhancement" instead - If you want to report a bug please use "Bug report" instead + If you want to suggest an enhancement to an existing feature, please use "Enhancement" instead + If you want to report a bug, please use "Bug report" instead - type: textarea id: problem attributes: