From 35577ca1512a3e2faa52a5df43c0ab3170ef52fb Mon Sep 17 00:00:00 2001 From: Shane Walters Date: Thu, 25 Feb 2016 11:47:07 -0600 Subject: [PATCH] Create ISSUE_TEMPLATE.MD --- ISSUE_TEMPLATE.MD | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 ISSUE_TEMPLATE.MD diff --git a/ISSUE_TEMPLATE.MD b/ISSUE_TEMPLATE.MD new file mode 100644 index 0000000000..d015913cfd --- /dev/null +++ b/ISSUE_TEMPLATE.MD @@ -0,0 +1,8 @@ +Please make sure each of the following is true before submitting a new issue. We are a small team with limited time and it is very difficult to manage issues if they aren't reported correctly. + +- [ ] This is a bug report, not a question on how to use the grid. +Use [Stack Overflow](http://stackoverflow.com/questions/tagged/angular-ui-grid) or [Gitter](https://gitter.im/angular-ui/ui-grid) for questions. +- [ ] You have searched the open issues to see if this bug has been filed before. We don't want duplicate issues. +- [ ] You have reviewed the tutorials and documentation to ensure you are using the grid correctly. [ui-grid.info](http://ui-grid.info/docs/#/tutorial) +- [ ] You are using the latest version of the grid. Older versions are not patched or supported. +- [ ] You have provided steps to recreate your bug. A plunkr is even better.