Skip to content

Commit 37563a1

Browse files
committed
Polish Contribution Guidelines
1 parent 04875b7 commit 37563a1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CONTRIBUTING.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Take a look at GitHub's excellent documentation: https://help.github.com/article
2020

2121
Is there already an issue that addresses your concern?
2222
Search the https://github.com/spring-projects/spring-integration/issues[GitHub issue tracker] (or https://jira.springsource.org/browse/INT[JIRA issue tracker]) to see if you can find something similar.
23-
If not, please create a new issue before submitting a pull request unless the change is truly trivial, e.g. typo fixes, removing compiler warnings, etc.
23+
If not, please create a new issue in GitHub before submitting a pull request unless the change is truly trivial, e.g. typo fixes, removing compiler warnings, etc.
2424

2525
== Sign the contributor license agreement
2626

@@ -43,7 +43,7 @@ Signing the CLA does not grant anyone commit rights to the main repository, but
4343
_you should see only 'origin' - which is the fork you created for your own github account_
4444
4. `git remote add upstream [email protected]:spring-projects/spring-integration.git`
4545
5. `git remote show`
46-
_you should now see 'upstream' in addition to 'origin' where 'upstream' is the SpringSource repository from which releases are built_
46+
_you should now see 'upstream' in addition to 'origin' where 'upstream' is the Spring repository from which releases are built_
4747
6. `git fetch --all`
4848
7. `git branch -a`
4949
_you should see branches on origin as well as upstream, including 'master'_

0 commit comments

Comments
 (0)