From f030b847536281ca97b6c5b446e0c5c57c49d353 Mon Sep 17 00:00:00 2001 From: Doombox Date: Thu, 12 Mar 2020 22:39:31 +0000 Subject: [PATCH] [chore] seriously I hate markdown so much. --- .github/ISSUE_TEMPLATE/bug_report.md | 4 ++-- .github/ISSUE_TEMPLATE/feature_request.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index bddf9e1..7d7db76 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -23,5 +23,5 @@ Error logs will appear in the same directory as the exe as "ErrorLog.log" ``` Paste Log File Contents Here ``` **Desktop Version: (Place an X in the relevant box)** - - [] Windows 7 - - [] Windows 10 \ No newline at end of file + - [ ] Windows 7 + - [ ] Windows 10 \ No newline at end of file diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index 436640c..081a0e8 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -14,5 +14,5 @@ A clear and concise description of the feature. The reason you think this feature is worthwhile **Priority: (Place an X in the box which you think applies)** -[] - Nice to have -[] - Necessary \ No newline at end of file +- [ ] - Nice to have +- [ ] - Necessary \ No newline at end of file