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).