From bfa17e2aa23be02f9f67ef4be81c3799146d584e Mon Sep 17 00:00:00 2001 From: Joel Lonbeck Date: Fri, 5 May 2017 19:09:26 +0000 Subject: [PATCH] fixed issue instructions formatting --- .github/ISSUE_TEMPLATE.md | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md index 1cc404c30..55b92da7d 100644 --- a/.github/ISSUE_TEMPLATE.md +++ b/.github/ISSUE_TEMPLATE.md @@ -2,19 +2,26 @@ We ask that you title the issue with the Book, Chapter and Verse information. You can write out the book name or use the 3-letter code. For example you will type in the Title field above: - Matthew 5:6 +```markdown +Matthew 5:6 +``` OR - MAT 5:6 +```markdown +MAT 5:6 +``` Will you please start your suggestion with a copy of the current text and then put 2 blank lines and then your suggested change below that. For example: - Who was the chief commander of Saul's army? (this is the text of the tW page) - Who was the** head leader** of Saul's army? (this is a suggested change - with the suggestion in bold) +```markdown +Who was the chief commander of Saul's army? (this is the text of the tW page) + +Who was the **head leader** of Saul's army? (this is a suggested change - with the suggestion in bold) +``` **We really appreciate your help in making the resources the best they can be!**