From 1cde672a0536e83e311f4fd30fcecec86b8498b3 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 21 Nov 2023 23:48:30 +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 4a37b91..6fb772f 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,9 +8,7 @@ body: value: | # ReVanced CLI bug report - Please check for existing bug reports - [here](https://github.com/ReVanced/revanced-cli/labels/Bug%20report) - before creating a new one. + Please check for existing bug reports [here](https://github.com/ReVanced/revanced-cli/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 f7ba3c2..827cae8 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -8,9 +8,7 @@ body: value: | # ReVanced CLI feature request - Please check for existing feature requests - [here](https://github.com/ReVanced/revanced-cli/labels/Feature%20request) - before creating a new one. + Please check for existing feature requests [here](https://github.com/ReVanced/revanced-cli/labels/Feature%20request) before creating a new one. - type: textarea attributes: