Including Thiago's suggestions

This commit is contained in:
Pushpesh Sharma 2014-05-28 10:24:34 +05:30
parent 6373686f36
commit 9619f54d6e

View File

@ -46,7 +46,7 @@ You can add swiftonfile project repo, to get the latest updates from the project
git remote add upstream git@github.com:swiftonfile/swiftonfile.git
~~~
You can confirm these setting using 'git remote -v' it should give you somthing like this:
You can confirm these setting using 'git remote -v' it should give you something like this:
~~~
origin git@github.com:<username>/swiftonfile.git (fetch)
origin git@github.com:<username>/swiftonfile.git (push)
@ -149,9 +149,12 @@ characters.
3. A line, or multiple line description of the change where each line
contains less than 70 characters.
4. Blank line
5. If this is a bug/issue fix, then it should have a line as follows:
5. If this is a bug fix or enhancement, then it should have a line as follows:
`Issue #<IssueNo>`
6. Blank line.
6. It may contain any external URL references like a launchpad blueprint.
7. Blank line.
>Note: A bug or an enhancement both can be loged in github as an issue.
For more information on commit messages, please visit the
[Git Commit Messages][] page in OpenStack.org.