summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStephen Toub <stoub@microsoft.com>2015-08-03 10:39:27 -0400
committerStephen Toub <stoub@microsoft.com>2015-08-03 10:39:27 -0400
commit564b1ca107c67dc50106efd823cc157acfe504fe (patch)
treed676fc7f5953eafcf84c96def42ca4a173140d0e
parentcd84f26ee25e72e29be64addda1ad1c85561af73 (diff)
parent84f452b6bd3ac39a3c6a30b2cb288ad542fa39a0 (diff)
downloadcoreclr-564b1ca107c67dc50106efd823cc157acfe504fe.tar.gz
coreclr-564b1ca107c67dc50106efd823cc157acfe504fe.tar.bz2
coreclr-564b1ca107c67dc50106efd823cc157acfe504fe.zip
Merge pull request #1330 from dobe/master
fixed typo
-rw-r--r--Documentation/project-docs/contributing.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/project-docs/contributing.md b/Documentation/project-docs/contributing.md
index 34b67c1859..f6bd1903d2 100644
--- a/Documentation/project-docs/contributing.md
+++ b/Documentation/project-docs/contributing.md
@@ -105,6 +105,6 @@ You must sign a [.NET Foundation Contribution License Agreement (CLA)](http://cl
However, you don't have to do this up-front. You can simply clone, fork, and submit your pull-request as usual.
-When your pull-request is created, it is classified by a CLA bot. If the change is trivial, i.e. you just fixed a typo, then the PR is labelled with `cla-not-required`. Otherwise it's classified as `cla-required`. In that case, the system will also also tell you how you can sign the CLA. Once you signed a CLA, the current and all future pull-requests will be labelled as `cla-signed`.
+When your pull-request is created, it is classified by a CLA bot. If the change is trivial, i.e. you just fixed a typo, then the PR is labelled with `cla-not-required`. Otherwise it's classified as `cla-required`. In that case, the system will also tell you how you can sign the CLA. Once you signed a CLA, the current and all future pull-requests will be labelled as `cla-signed`.
Signing the CLA might sound scary but it's actually super simple and can be done in less than a minute.