From d5dfcead4ddeb2bace29257421e519d91ef6397b Mon Sep 17 00:00:00 2001 From: Merith Date: Sat, 18 Dec 2021 22:42:46 +0000 Subject: [PATCH] fix newline at end of file --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/config.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index fbb990102..100c87d94 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -31,4 +31,4 @@ body: instance. Please upload them as a gist or directly into this editor. - Detailed reproduction steps: sometimes I can spot a bug pretty easily, but often it's much more obscure. The more information I have to help - reproduce it, the quicker it'll get fixed. \ No newline at end of file + reproduce it, the quicker it'll get fixed. diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6e93cc0e9..fc234c84a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -5,4 +5,4 @@ contact_links: about: Get help on the ComputerCraft Discord. - name: GitHub Discussions url: https://github.com/cc-tweaked/CC-Tweaked/discussions - about: Or ask questions on GitHub Discussions. \ No newline at end of file + about: Or ask questions on GitHub Discussions. diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index e2dfdf242..e3ab2ee46 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -11,4 +11,4 @@ labels: enhancement ## Useful information to include: - Explanation of how the feature/change should work. - - Some rationale/use case for a feature. My general approach to designing new features is to ask yourself "what issue are we trying to solve" and _then_ "is this the best way to solve this issue?". \ No newline at end of file + - Some rationale/use case for a feature. My general approach to designing new features is to ask yourself "what issue are we trying to solve" and _then_ "is this the best way to solve this issue?".