From cc85b393dc3340d358182540f2ad91ffdc83c87d Mon Sep 17 00:00:00 2001 From: KobeW50 <84587632+KobeW50@users.noreply.github.com> Date: Fri, 17 May 2024 14:18:29 -0400 Subject: [PATCH] docs: Fix punctuation in issue forms (#1909) --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9262e7bb..78431c64 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -122,5 +122,5 @@ body: required: true - label: All requested information has been provided properly. required: true - - label: The bug is only related to ReVanced Manager + - label: The bug is only related to ReVanced Manager. required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 73cc7976..44d6cfb6 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -102,5 +102,5 @@ body: required: true - label: I have chosen an appropriate title. required: true - - label: The feature request is only related to ReVanced Manager + - label: The feature request is only related to ReVanced Manager. required: true