From f050c51f11073272f061f1afac6acc13bdc91621 Mon Sep 17 00:00:00 2001 From: surfdude29 <149612116+surfdude29@users.noreply.github.com> Date: Mon, 7 Oct 2024 15:39:19 +0100 Subject: Remove line breaks in intro text in issue templates (#5632) * remove line breaks in bug_report.yml * remove line breaks in bug_report_fabric.yml * remove line breaks in feature_request.yml --- .github/ISSUE_TEMPLATE/bug_report.yml | 5 +---- .github/ISSUE_TEMPLATE/bug_report_fabric.yml | 5 +---- .github/ISSUE_TEMPLATE/feature_request.yml | 5 +---- 3 files changed, 3 insertions(+), 12 deletions(-) (limited to '.github') diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 4f3041b40..8938f92f4 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -5,10 +5,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to report an issue you've found in the app! Before you submit this issue, please make - sure you've searched for similar issues that are already open and being tracked. If you find an open issue that - seems relevant to yours, it is best to leave a response there with your information instead of opening a new - issue, since it helps to consolidate the info in one place. + Thanks for taking the time to report an issue you've found in the app! Before you submit this issue, please make sure you've searched for similar issues that are already open and being tracked. If you find an open issue that seems relevant to yours, it is best to leave a response there with your information instead of opening a new issue, since it helps to consolidate the info in one place. - type: textarea attributes: label: Steps to Reproduce diff --git a/.github/ISSUE_TEMPLATE/bug_report_fabric.yml b/.github/ISSUE_TEMPLATE/bug_report_fabric.yml index 83782bf69..65d14ce86 100644 --- a/.github/ISSUE_TEMPLATE/bug_report_fabric.yml +++ b/.github/ISSUE_TEMPLATE/bug_report_fabric.yml @@ -12,10 +12,7 @@ body: - type: markdown attributes: value: | - Thanks for taking the time to report an issue you've found in the app! Before you submit this issue, please make - sure you've searched for similar issues that are already open and being tracked. If you find an open issue that - seems relevant to yours, it is best to leave a response there with your information instead of opening a new - issue, since it helps to consolidate the info in one place. + Thanks for taking the time to report an issue you've found in the app! Before you submit this issue, please make sure you've searched for similar issues that are already open and being tracked. If you find an open issue that seems relevant to yours, it is best to leave a response there with your information instead of opening a new issue, since it helps to consolidate the info in one place. - type: textarea attributes: label: Steps to Reproduce diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index f296e9436..975d029a9 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -5,10 +5,7 @@ body: - type: markdown attributes: value: | - Thanks for submitting a feature request! Before you submit this request, please make sure you've searched for - similar requests that are already open and being tracked. If you find an open request that seems relevant to - yours, it is best to leave a response there with your information instead of opening a new request, since it - helps to consolidate the info in one place. + Thanks for submitting a feature request! Before you submit this request, please make sure you've searched for similar requests that are already open and being tracked. If you find an open request that seems relevant to yours, it is best to leave a response there with your information instead of opening a new request, since it helps to consolidate the info in one place. - type: textarea attributes: label: Describe the Feature -- cgit 1.4.1