Skip to content

Commit d65a3f7

Browse files
authoredSep 25, 2016
Update CONTRIBUTING.md
1 parent 47b2f3f commit d65a3f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
- Make your changes
2020
- Submit a pull request with full remarks documenting your changes
2121
- Pull request MAY then be accepted by project creators
22+
- Make sure you are altering the correct source files (Never alter compiled / dist files)
2223

2324
## Jasmine Testing Guide
2425
**References:**
@@ -90,4 +91,4 @@ Try and keep your commit history clean and concise. Once you submit your pull re
9091
});
9192
```
9293
93-
**Note:** If you add done as a callback, and you don’t call the `done()` function, it will stall forever and error after a max limit of around 5 seconds.
94+
**Note:** If you add done as a callback, and you don’t call the `done()` function, it will stall forever and error after a max limit of around 5 seconds.

0 commit comments

Comments
 (0)
Please sign in to comment.