From 530a59ddb3a7a485316dceba68a8c2ced3fb648b Mon Sep 17 00:00:00 2001 From: Tropical Raisel <87331818+tropicalraisel@users.noreply.github.com> Date: Thu, 16 Sep 2021 13:35:12 -0700 Subject: [PATCH] Cleaned up the issue template (#337) - Fixed horizontal rules - Altered the headings to be more legible --- ISSUE_TEMPLATE.md | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index 6829ddb..e2d4121 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -1,25 +1,24 @@ +#### Please provide a description and details of the bug / issue below: -> Please provide a description of the bug / issue, and provide the details below: +--- -==================================================================== +#### If the issue is visual, please provide screenshots here -###### If the issue is visual, please provide screenshots here +--- -==================================================================== +#### Steps to reproduce the problem -###### Steps to reproduce the problem +--- -==================================================================== - -###### Please provide a gist of relevant files +#### Please provide a gist of relevant files 1. package.json (specifically the script you are using to start the dashboard) 2. webpack.config.js 3. index.js (Your express based dev server, if applicable) -==================================================================== +--- -###### More Details +#### More Details - What operating system are you on? - What terminal application are you using?