We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8668393 commit 5d4cdaaCopy full SHA for 5d4cdaa
CONTRIBUTING.md
@@ -2,8 +2,10 @@
2
3
1. Fork it!
4
2. Create your feature branch: `git checkout -b my-new-feature`
5
-3. Commit your changes: `git commit -am 'Add some feature'`
+3. Commit your changes: `git commit -m 'Add some feature'`
6
4. Push to the branch: `git push origin my-new-feature`
7
5. Submit a pull request :D
8
9
+Don't edit files under `dist` folder, those are generated after running `grunt` command, edit files under `src` folder instead.
10
+
11
Also remember to follow [jQuery's Code Style](http://contribute.jquery.org/style-guide/js/).
0 commit comments