Skip to content

Commit 5d4cdaa

Browse files
committed
Add instructions to edit only files under src folder
1 parent 8668393 commit 5d4cdaa

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,10 @@
22

33
1. Fork it!
44
2. Create your feature branch: `git checkout -b my-new-feature`
5-
3. Commit your changes: `git commit -am 'Add some feature'`
5+
3. Commit your changes: `git commit -m 'Add some feature'`
66
4. Push to the branch: `git push origin my-new-feature`
77
5. Submit a pull request :D
88

9+
Don't edit files under `dist` folder, those are generated after running `grunt` command, edit files under `src` folder instead.
10+
911
Also remember to follow [jQuery's Code Style](http://contribute.jquery.org/style-guide/js/).

0 commit comments

Comments
 (0)