From 31639b3d589bdd8a92ae4349aaae503be61c6295 Mon Sep 17 00:00:00 2001 From: cybice Date: Sat, 15 Apr 2017 02:25:56 +0300 Subject: [PATCH] Add issue template --- .github/ISSUE_TEMPLATE | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE diff --git a/.github/ISSUE_TEMPLATE b/.github/ISSUE_TEMPLATE new file mode 100644 index 0000000..3016e4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE @@ -0,0 +1,9 @@ +Dear users, +before you will write anything, please use search, +then please search again. + +Most of problems you have is just an one line solution - +there is no need to change this library, +just add anything you want in your code. + +Please look at examples, docs, apis - all of this were created for you not for me ;-). \ No newline at end of file