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
11
11
12
12
For contributors
13
13
---
14
+
14
15
If you want to help and provide a patch for a bugfix or new feature, please take
15
16
a few minutes and look at [ our Getting Involved guide] ( http://wiki.jqueryui.com/w/page/35263114/Getting-Involved ) .
16
17
In particular check out the [ Coding standards] ( http://wiki.jqueryui.com/w/page/12137737/Coding-standards )
@@ -53,9 +54,15 @@ Run grunt.
53
54
54
55
For committers
55
56
---
57
+
56
58
When looking at pull requests, first check for [ proper commit messages] ( http://wiki.jqueryui.com/w/page/12137724/Bug-Fixing-Guide ) .
57
59
58
60
Do 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.**
59
66
60
67
Fetch the remote first:
61
68
You can’t perform that action at this time.
0 commit comments