From 54f20c308c56a66d0a3b96e582f1f22a102cadd9 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 21 Nov 2023 23:48:29 +0100 Subject: [PATCH] chore: Do not use a line break in issue template sentence --- .github/ISSUE_TEMPLATE/bug-report.yml | 4 +--- .github/ISSUE_TEMPLATE/feature-request.yml | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 910adefc7..ce8a58504 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,9 +8,7 @@ body: value: | # ReVanced Patches bug report - Please check for existing bug reports - [here](https://github.com/ReVanced/revanced-patches/labels/Bug%20report) - before creating a new one. + Please check for existing bug reports [here](https://github.com/ReVanced/revanced-patches/labels/Bug%20report) before creating a new one. - type: textarea attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 63f7ad2da..187656c84 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -8,9 +8,7 @@ body: value: | # ReVanced Patches feature request - Please check for existing feature requests - [here](https://github.com/ReVanced/revanced-patches/labels/Feature%20request) - before creating a new one. + Please check for existing feature requests [here](https://github.com/ReVanced/revanced-patches/labels/Feature%20request) before creating a new one. - type: textarea attributes: label: Feature description