You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+14-4Lines changed: 14 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -1,11 +1,21 @@
1
1
# Contributing Guide
2
2
3
-
First, feel free to contact me with questions. [Mailing List](https://groups.io/org/groupsio/jsdata). [Issues](https://github.com/js-data/js-data-sql/issues).
3
+
First, support is handled via the [Mailing List](https://groups.io/org/groupsio/jsdata). Ask your questions there.
4
+
5
+
When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.
6
+
7
+
- good - Your versions of js-data, js-data-mongodb, etc., relevant console logs/error, code examples that revealed the issue
8
+
- better - A [plnkr](http://plnkr.co/), [fiddle](http://jsfiddle.net/), or [bin](http://jsbin.com/?html,output) that demonstrates the issue
9
+
- best - A Pull Request that fixes the issue, including test coverage for the issue and the fix
First, feel free to contact me with questions. [Mailing List](https://groups.io/org/groupsio/jsdata). [Issues](https://github.com/js-data/js-data-sql/issues).
55
+
First, support is handled via the [Mailing List](https://groups.io/org/groupsio/jsdata). Ask your questions there.
56
+
57
+
When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.
58
+
59
+
- good - Your versions of js-data, js-data-mongodb, etc., relevant console logs/error, code examples that revealed the issue
60
+
- better - A [plnkr](http://plnkr.co/), [fiddle](http://jsfiddle.net/), or [bin](http://jsbin.com/?html,output) that demonstrates the issue
61
+
- best - A Pull Request that fixes the issue, including test coverage for the issue and the fix
0 commit comments