[Pkg-javascript-commits] [dojo] 23/149: fixes #18297, Fix typos in contributing guidelines

David Prévot taffit at moszumanska.debian.org
Sat Feb 27 03:13:43 UTC 2016


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository dojo.

commit baa663331ac6010932b3b694b31997d7f83195e0
Author: Mangala SSS Khalsa <mkhalsa at sitepen.com>
Date:   Sun Oct 5 18:16:05 2014 -0700

    fixes #18297, Fix typos in contributing guidelines
---
 CONTRIBUTING.md | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 305ebab..cc20da1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -37,7 +37,7 @@ you are covered by a CLA in the notes of the pull request.  The committer will [
 
 If your GitHub user id you are submitting your pull request from differs from the Dojo Community ID or e-mail address
 which you have signed your CLA under, you should specifically note what you have your CLA filed under (and for CCLA
-that you are listed under your companies authorised contributors).
+that you are listed under your company's authorised contributors).
 
 # Submitting a Pull Request
 
@@ -52,14 +52,14 @@ to follow step 3 and beyond:
 6. Issue a Pull Request to the official repository
 7. Your Pull Request is reviewed by a committer and merged into the repository
 
-*Note* While there are other ways to accomplish the steps using other tools, the examples here will assume the most
+*Note*: While there are other ways to accomplish the steps using other tools, the examples here will assume the most
 actions will be performed via the `git` command line.
 
 ## 1. Fork the Repository
 
-When logged into your GitHub account, and you are viewing one of the main repositories, you will see the *Fork* button.
+When logged in to your GitHub account, and you are viewing one of the main repositories, you will see the *Fork* button.
 Clicking this button will show you which repositories your can fork to.  Choose your own account.  Once the process
-finishes, you will have your own repository that is "forked" from the GitHub one.
+finishes, you will have your own repository that is "forked" from the official one.
 
 Forking is a GitHub term and not a git term.  Git is a wholly distributed source control system and simply worries
 about local and remote repositories and allows you to manage your code against them.  GitHub then adds this additional

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/dojo.git



More information about the Pkg-javascript-commits mailing list