diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2024-10-07 15:39:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-07 09:39:19 -0500 |
commit | f050c51f11073272f061f1afac6acc13bdc91621 (patch) | |
tree | 9bf98b6bb0c8c7b2719db43a85b4480d79cd8b5b /.github | |
parent | 140f720fac172b0a227749c47bedab7724bf58f5 (diff) | |
download | voidsky-f050c51f11073272f061f1afac6acc13bdc91621.tar.zst |
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
Diffstat (limited to '.github')
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report.yml | 5 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/bug_report_fabric.yml | 5 | ||||
-rw-r--r-- | .github/ISSUE_TEMPLATE/feature_request.yml | 5 |
3 files changed, 3 insertions, 12 deletions
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 |