From b85ff7f232a1299f19070819974d912f3b9c46b7 Mon Sep 17 00:00:00 2001 From: Robert Payne Date: Wed, 2 Mar 2016 23:51:22 +1300 Subject: [PATCH] Add issue template --- ISSUE_TEMPLATE.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ISSUE_TEMPLATE.md diff --git a/ISSUE_TEMPLATE.md b/ISSUE_TEMPLATE.md new file mode 100644 index 0000000..15d85b7 --- /dev/null +++ b/ISSUE_TEMPLATE.md @@ -0,0 +1,26 @@ +### New Issue Checklist + +- [ ] I have looked at the [Documentation](http://snapkit.io/docs) +- [ ] I have read the [F.A.Q.](http://snapkit.io/faq) + +### Environment / Configuration + +##### Platform + +* [ ] OS X +* [ ] iOS + +##### Versions + +* Platform version is: `INSERT PLATFORM VERSION` +* SnapKit version is: `INSERT SNAPKIT VERSION` + +##### Integration + +- [ ] Carthage +- [ ] Cocoapods +- [ ] Manually / Other + +### Issue + +`INSERT ISSUE DESCRIPTION` \ No newline at end of file