From 49841b0b4e8f8d635ee3320c1ed566dfaef4bb7c Mon Sep 17 00:00:00 2001 From: Jon Kent Date: Wed, 14 Dec 2016 20:41:46 -0800 Subject: [PATCH] Create ISSUE_TEMPLATE.md --- .github/ISSUE_TEMPLATE.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..89d96e9 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,9 @@ + + +## New Issue Checklist + +I have read the [Contribution Guidelines](https://github.com/jonkykong/SideMenu/blob/master/.github/CONTRIBUTING.md) and I understand: +- [ ] My issue was **not** solved by reading the [README](https://github.com/jonkykong/SideMenu/blob/master/README.md). +- [ ] My issue can **not** be answered on [stackoverflow.com](stackoverflow.com). +- [ ] My issue is **not** a request for new functionality that I am unwilling to build and contribute with a [pull request](https://github.com/jonkykong/SideMenu/pulls). +- [ ] My issue **is** reproducable in the [demo project](https://github.com/jonkykong/SideMenu/tree/master/Example).