From 896d917ce2a80b3139a3ccd5a03ce5f0ce5d1535 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Fri, 3 Feb 2017 21:18:47 -0600 Subject: [PATCH] Update ISSUE_TEMPLATE.md --- ISSUE_TEMPLATE.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md index bb9232e..98358d0 100644 --- a/ISSUE_TEMPLATE.md +++ b/ISSUE_TEMPLATE.md @@ -14,8 +14,12 @@ Use [a gist](gist.github.com) if the code exceeds 30 lines **checklist:** +- [] I have **read** the README.md file thoroughly +- [] I have searched existing issues to see if there is anything I have missed. - [] The latest [release](https://github.com/z3t0/Arduino-IRremote/releases/latest) is used -- [] Any code referenced is provided +- [] Any code referenced is provided and if over 30 lines a gist is linked INSTEAD of it being pasted in here - [] The title of the issue is helpful and relevant -The above is a short template allowing you to make detailed issues! \ No newline at end of file +** We will start to close issues that do not follow these guidelines as it doesn't help the contributors who spend time trying to solve issues if the community ignores guidelines!** + +The above is a short template allowing you to make detailed issues!