File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ To discuss development with team members and the community, visit the [Developin
1111
1212For contributors
1313---
14+
1415If you want to help and provide a patch for a bugfix or new feature, please take
1516a few minutes and look at [ our Getting Involved guide] ( http://wiki.jqueryui.com/w/page/35263114/Getting-Involved ) .
1617In particular check out the [ Coding standards] ( http://wiki.jqueryui.com/w/page/12137737/Coding-standards )
@@ -53,9 +54,15 @@ Run grunt.
5354
5455For committers
5556---
57+
5658When looking at pull requests, first check for [ proper commit messages] ( http://wiki.jqueryui.com/w/page/12137724/Bug-Fixing-Guide ) .
5759
5860Do not merge pull requests directly through GitHub's interface.
61+ Most pull requests are a single commit; cherry-picking will avoid creating a merge commit.
62+ It's also common for contributors to make minor fixes in an additional one or two commits.
63+ These should be squashed before landing in master.
64+
65+ ** Make sure the author has a valid name and email address associated with the commit.**
5966
6067Fetch the remote first:
6168
You can’t perform that action at this time.
0 commit comments