@@ -189,11 +189,11 @@ intend to submit as pull requests. For example, this is not acceptable:
189
189
Author: Nickname <[email protected] >
190
190
191
191
Rather, please include your first and last name, properly capitalized, as
192
- submitted against the SpringSource contributor license agreement :
192
+ submitted against the Spring Individual Contributor License Agreement (ICLA) :
193
193
194
194
Author: First Last <[email protected] >
195
195
196
- This helps ensure traceability against the CLA and also goes a long way to
196
+ This helps ensure traceability against the ICLA and also goes a long way to
197
197
ensuring useful output from tools like ` git shortlog ` and others.
198
198
199
199
You can configure this via the account admin area in GitHub (useful for
@@ -236,16 +236,16 @@ Most importantly, please format your commit messages in the following way
236
236
Issue: SPR-1234, SPR-1235
237
237
238
238
239
- 1 . Use imperative statements in the subject line, e.g. "Fix broken Javadoc link"
239
+ 1 . Use imperative statements in the subject line, e.g. "Fix broken Javadoc link".
240
240
1 . Begin the subject line with a capitalized verb, e.g. "Add, Prune, Fix,
241
241
Introduce, Avoid, etc."
242
- 1 . Do not end the subject line with a period
243
- 1 . Restrict the subject line to 50 characters or less if possible
244
- 1 . Wrap lines in the body at 72 characters or less
242
+ 1 . Do not end the subject line with a period.
243
+ 1 . Restrict the subject line to 50 characters or less if possible.
244
+ 1 . Wrap lines in the body at 72 characters or less.
245
245
1 . Mention associated JIRA issue(s) at the end of the commit comment, prefixed
246
- with "Issue: " as above
246
+ with "Issue: " as above.
247
247
1 . In the body of the commit message, explain how things worked before this
248
- commit, what has changed, and how things work now
248
+ commit, what has changed, and how things work now.
249
249
250
250
For examples of this style, issue a ` git log --author=cbeams ` in the
251
251
` spring-framework ` git repository. For convenience, here are several such commits:
@@ -276,9 +276,9 @@ In the body:
276
276
mechanisms in the framework insufficient? Make a case that this is a
277
277
general-purpose problem and that yours is a general-purpose solution, etc.
278
278
1 . Add any additional information and ask questions; start a conversation or
279
- continue one from JIRA
280
- 1 . Mention the JIRA issue ID
281
- 1 . Also mention that you have submitted the CLA as described above
279
+ continue one from JIRA.
280
+ 1 . Mention the JIRA issue ID.
281
+ 1 . Also mention that you have submitted the ICLA as described above.
282
282
283
283
Note that for pull requests containing a single commit, GitHub will default the
284
284
subject line and body of the pull request to match the subject line and body of
0 commit comments