Skip to content

Commit

Permalink
Add instructions for commit sign-off.
Browse files Browse the repository at this point in the history
Signed-off-by: Nikhil Nanivadekar <nikhil.nanivadekar@gs.com>
  • Loading branch information
nikhilnanivadekar committed Jan 29, 2016
1 parent 5e86112 commit 8a1ad96
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ If this is your first time contributing to an Eclipse Foundation project, you'll
- Open your [Account Settings tab](https://dev.eclipse.org/site_login/myaccount.php#open_tab_accountsettings), enter your GitHub ID and click Update Account
- Read and [sign the CLA](https://projects.eclipse.org/user/sign/cla)
- Your git commits must use the same email address as your Eclipse account
- Your git commits must be signed-off by the same user as your Eclipse account
- [Sign your commits](https://wiki.eclipse.org/Development_Resources/Contributing_via_Git#Signing_off_on_a_commit)

Issues
Expand Down Expand Up @@ -69,6 +70,10 @@ Commit messages

- [Use the imperative mood][imperative-mood] as in "Fix bug" or "Add feature" rather than "Fixed bug" or "Added feature"
- [Mention the GitHub issue][github-issue] when relevant
- Sign-off your commits
```bash
$ git commit -s
```
- It's a good idea to follow the [advice in Pro Git](https://git-scm.com/book/ch5-2.html)

Pull requests
Expand Down

0 comments on commit 8a1ad96

Please sign in to comment.