8000 Update docs · StudyForFun/js-data@44c83a9 · GitHub
[go: up one dir, main page]

Skip to content

Commit 44c83a9

Browse files
committed
Update docs
1 parent f955d15 commit 44c83a9

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Contributing Guide
22

3-
First, support is handled via the [Mailing List](https://groups.io/org/groupsio/jsdata). Ask your questions there.
3+
First, support is handled via the [Gitter Channel](https://gitter.im/js-data/js-data) and the [Mailing List](https://groups.io/org/groupsio/jsdata). Ask your questions there.
44

55
When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.
66

@@ -14,9 +14,8 @@ When submitting issues on GitHub, please include as much detail as possible to m
1414

1515
1. Contribute to the issue that is the reason you'll be developing in the first place
1616
1. Fork js-data
17-
1. `git clone https://github.com/<you>/js-data.git`
17+
1. `git clone git@github.com:<you>/js-data.git`
1818
1. `cd js-data; npm install; bower install;`
19-
1. `grunt go` (builds and starts a watch)
20-
1. (in another terminal) `grunt karma:dev` (runs the tests)
2119
1. Write your code, including relevant documentation and tests
20+
1. `grunt test` (build and test)
2221
1. Submit a PR and we'll review

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ See an issue with or have a suggestion for the documentation? You can suggest ed
173173

174174
### Contributing
175175

176-
First, support is handled via the [Mailing List](https://groups.io/org/groupsio/jsdata). Ask your questions there.
176+
First, support is handled via the [Gitter Channel](https://gitter.im/js-data/js-data) and the [Mailing List](https://groups.io/org/groupsio/jsdata). Ask your questions there.
177177

178178
When submitting issues on GitHub, please include as much detail as possible to make debugging quick and easy.
179179

@@ -187,11 +187,10 @@ When submitting issues on GitHub, please include as much detail as possible to m
187187

188188
1. Contribute to the issue that is the reason you'll be developing in the first place
189189
1. Fork js-data
190-
1. `git clone https://github.com/<you>/js-data.git`
190+
1. `git clone git@github.com:<you>/js-data.git`
191191
1. `cd js-data; npm install; bower install;`
192-
1. `grunt go` (builds and starts a watch)
193-
1. (in another terminal) `grunt karma:dev` (runs the tests)
194192
1. Write your code, including relevant documentation and tests
193+
1. `grunt test` (build and test)
195194
1. Submit a PR and we'll review
196195

197196

0 commit comments

Comments
 (0)
0