From b0fe1c8bfcc55b5d0e0b29680543e87eba7a1746 Mon Sep 17 00:00:00 2001 From: oSumAtrIX Date: Tue, 21 Nov 2023 23:48:28 +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 10d81d8..5884f1a 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -8,9 +8,7 @@ body: value: | # ReVanced Library bug report - Please check for existing bug reports - [here](https://github.com/ReVanced/revanced-library/labels/Bug%20report) - before creating a new one. + Please check for existing bug reports [here](https://github.com/ReVanced/revanced-library/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 434ac1c..b1525e9 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -8,9 +8,7 @@ body: value: | # ReVanced Library feature request - Please check for existing feature requests - [here](https://github.com/ReVanced/revanced-library/labels/Feature%20request) - before creating a new one. + Please check for existing feature requests [here](https://github.com/ReVanced/revanced-library/labels/Feature%20request) before creating a new one. - type: textarea attributes: