summaryrefslogtreecommitdiffstats
path: root/ecomp-portal-FE/client/bower_components/angular-smart-table/ISSUE_TEMPLATE.md
diff options
context:
space:
mode:
Diffstat (limited to 'ecomp-portal-FE/client/bower_components/angular-smart-table/ISSUE_TEMPLATE.md')
-rw-r--r--ecomp-portal-FE/client/bower_components/angular-smart-table/ISSUE_TEMPLATE.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/ecomp-portal-FE/client/bower_components/angular-smart-table/ISSUE_TEMPLATE.md b/ecomp-portal-FE/client/bower_components/angular-smart-table/ISSUE_TEMPLATE.md
new file mode 100644
index 00000000..94a3f113
--- /dev/null
+++ b/ecomp-portal-FE/client/bower_components/angular-smart-table/ISSUE_TEMPLATE.md
@@ -0,0 +1,15 @@
+## Hello contributor !
+
+Please before you submit your issue, make sure all the below can be checked (note if anything is expected, you can simply add it under the relevant checkbox)
+
+1) [] I have searched through the issue section and on [stackoverflow](http://stackoverflow.com/questions/tagged/smart-table?sort=newest&pageSize=30) if my issue has already been raised.
+2) [] I have provided Angular version.
+3) [] I have provided Smart table version.
+4) [] I have set a precise description of my problem, mentioning the expected result.
+5) [] I have given a way to reproduce my issue, by providing a <strong>running example</strong>, I can use [plunkr](http://plnkr.co/). Note if you want to mimic ajax loading behaviour you can use [$timeout](https://docs.angularjs.org/api/ng/service/$timeout) angular service or [$httpBackend](https://docs.angularjs.org/api/ng/service/$httpBackend).
+
+Note that it not all the above checkbox can be marked as checked the issue will immediately be closed. Thanks for your understanding.
+
+And don't forget to close you issue when it is solved !
+
+Thanks again for your contribution. \ No newline at end of file