From 014ec3e81c8efc44b5aa73940e25cc0669d90859 Mon Sep 17 00:00:00 2001
From: Chris Pepper <p3p@p3psoft.co.uk>
Date: Sun, 3 Nov 2019 21:04:33 +0000
Subject: [PATCH] Update bug_report.md

Make the configs zip file requirement more prominent
---
 .github/ISSUE_TEMPLATE/bug_report.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md
index 940a092b8c..5a5839f8a7 100644
--- a/.github/ISSUE_TEMPLATE/bug_report.md
+++ b/.github/ISSUE_TEMPLATE/bug_report.md
@@ -22,6 +22,7 @@ Before filing an issue be sure to test the 1.1 and/or 2.0 "bugfix" branches to s
 <!-- Description of the bug -->
 
 ### Steps to Reproduce
+**Required:** Please include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files. 
 
 <!-- Please describe the steps needed to reproduce the issue -->
 
@@ -35,6 +36,5 @@ Before filing an issue be sure to test the 1.1 and/or 2.0 "bugfix" branches to s
 
 #### Additional Information
 
-* Include a ZIP file containing your `Configuration.h` and `Configuration_adv.h` files.
 * Provide pictures or links to videos that clearly demonstrate the issue.
 * See [How Can I Contribute](#how-can-i-contribute) for additional guidelines.