Skip to content

Commit 11d975b

Browse files
sbrannencbeams
authored andcommitted
Polish contributor guidelines
1 parent 7736dc3 commit 11d975b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,34 +23,34 @@ truly trivial, e.g. typo fixes, removing compiler warnings, etc.
2323

2424
If you're considering anything more than correcting a typo or fixing a minor
2525
bug, please discuss it on the [spring-framework-contrib][] mailing list before
26-
submitting a pull request. We're happy to provide guidance but please spend an
26+
submitting a pull request. We're happy to provide guidance, but please spend an
2727
hour or two researching the subject on your own including searching the mailing
2828
list for prior discussions.
2929

3030
## Sign the Contributor License Agreement
3131

3232
If you have not previously done so, please fill out and submit the
3333
[SpringSource CLA form][]. You'll receive a token when this process is complete.
34-
Keep track of this, you may be asked for it later!
34+
Keep track of this; you may be asked for it later!
3535

3636
Note that emailing/postal mailing a signed copy is _not_ necessary. Submission
3737
of the web form is all that is required.
3838

39-
When you've completed the web form, simply add the following in a comment on
39+
Once you've completed the web form, simply add the following in a comment on
4040
your pull request:
4141

4242
I have signed and agree to the terms of the SpringSource Individual
4343
Contributor License Agreement.
4444

4545
You do not need to include your token/id. Please add the statement above to all
46-
future pull requests as well, simply so the Spring Framework team knows
46+
future pull requests as well, simply so that the Spring Framework team knows
4747
immediately that this process is complete.
4848

4949

5050
## Create your branch from `3.2.x`
5151

5252
If your pull request addresses a bug or improvement, please create your branch
53-
Spring Framework's `3.2.x` branch. `master` is reserved for work on new features
53+
from Spring Framework's `3.2.x` branch. `master` is reserved for work on new features
5454
for the next major version of the framework. Rest assured that if your pull
5555
request is accepted and merged into `3.2.x`, these changes will also eventually
5656
be merged into `master`.
@@ -72,7 +72,7 @@ Please carefully follow the whitespace and formatting conventions already
7272
present in the framework.
7373

7474
1. Tabs, not spaces
75-
1. Unix (LF), not dos (CRLF) line endings
75+
1. Unix (LF), not DOS (CRLF) line endings
7676
1. Eliminate all trailing whitespace
7777
1. Wrap Javadoc at 90 characters
7878
1. Aim to wrap code at 90 characters, but favor readability over wrapping
@@ -228,11 +228,11 @@ Most importantly, please format your commit messages in the following way
228228

229229
1. Use imperative statements in the subject line, e.g. "Fix broken Javadoc link"
230230
1. Begin the subject line sentence with a capitalized verb, e.g. "Add, Prune,
231-
Fix, Introduce, Avoid, etc"
231+
Fix, Introduce, Avoid, etc."
232232
1. Do not end the subject line with a period
233233
1. Keep the subject line to 50 characters or less if possible
234234
1. Wrap lines in the body at 72 characters or less
235-
1. Mention associated jira issue(s) at the end of the commit comment, prefixed
235+
1. Mention associated JIRA issue(s) at the end of the commit comment, prefixed
236236
with "Issue: " as above
237237
1. In the body of the commit message, explain how things worked before this
238238
commit, what has changed, and how things work now

0 commit comments

Comments
 (0)