From 13139779f27f6b44f391fac485dea4bde674bb3a Mon Sep 17 00:00:00 2001 From: Curle <42079760+TheCurle@users.noreply.github.com> Date: Sun, 29 Nov 2020 21:24:00 +0000 Subject: [PATCH] Fix formatting in templates --- .github/ISSUE_TEMPLATE/bug_report.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 1f87590..8b77e77 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -7,12 +7,12 @@ assignees: TheCurle --- -**What went wrong?** +**What went wrong?** We need to know what the actual problem to be solved is - obviously! -**How can we recreate the issue?** -Having solid steps to reproduce the problem helps a ton! +**How can we recreate the issue?** +Having solid steps to reproduce the problem helps a ton! Please put it in terms of "Step 1: Boot, Step 2: Press this combination of keys: `alt + F20 + J`..." -**What do you think went wrong?** +**What do you think went wrong?** If you have any vague suggestions or have investigated the issue and know roughly what's wrong, feel free to put it here. Otherwise, don't worry.