From 83ab864b98a579969d815225f03bc1627b88b80d Mon Sep 17 00:00:00 2001 From: toasted-nutbread Date: Fri, 11 Dec 2020 23:15:07 -0500 Subject: [PATCH] Remove final newline of issue templates (#1096) --- .github/ISSUE_TEMPLATE/blank-issue.md | 1 - .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/blank-issue.md b/.github/ISSUE_TEMPLATE/blank-issue.md index b2f5eeb2..456f3d8b 100644 --- a/.github/ISSUE_TEMPLATE/blank-issue.md +++ b/.github/ISSUE_TEMPLATE/blank-issue.md @@ -7,4 +7,3 @@ assignees: '' --- - diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 8be43ab0..863b4a31 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,4 +17,4 @@ assignees: '' (e.g. 20.11.1.1) **Exported settings file** -(If you think it might be relevant, create a settings export file using the _Export Settings_ button on the settings page; zip or rename the resulting file to .txt to attach to the issue.) +(If you think it might be relevant, create a settings export file using the _Export Settings_ button on the settings page; zip or rename the resulting file to .txt to attach to the issue.) \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 411d437d..c9911278 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -7,4 +7,4 @@ assignees: '' --- -(Describe the feature or change) +(Describe the feature or change) \ No newline at end of file