Skip to content
This repository was archived by the owner on Sep 8, 2020. It is now read-only.

Commit 7a9834e

Browse files
Jakobovskideeg
authored andcommitted
Added testing instructions.
1 parent 72cae10 commit 7a9834e

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

CONTRIBUTING.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,16 @@ We are always looking for the quality contributions and will be happy to accept
3030

3131
* Please open all pull requests against the `dev` branch.
3232
* Please assure that you are submitting quality code, specifically make sure that:
33-
* You have accompanying tests and all the tests are passing.
33+
* You have accompanying tests and all the tests are passing. See testing below.
3434
* Your PR doesn't break the build; check the Travis-CI build status after opening a PR and push corrective commits if anything goes wrong
3535
* You are using 2 space indentation
36-
* Your commits conform to the conventions established [here](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)
36+
* Your commits conform to the conventions established [here](https://github.com/ajoslin/conventional-changelog/blob/master/conventions/angular.md)
37+
38+
39+
## Testing
40+
To run tests:
41+
```bash
42+
$ npm install
43+
$ bower install
44+
$ grunt
45+
```

0 commit comments

Comments
 (0)