Skip to content

Commit

Permalink
Fix sign off instructions
Browse files Browse the repository at this point in the history
Add required < and > characters around email address of sign off

Change-Id: Id9160eeaa9d2c3b530bd9fda8a75e3460e394771
Signed-off-by: Sheehan Anderson <sheehan@us.ibm.com>
  • Loading branch information
sheehan committed Aug 1, 2016
1 parent 84431e3 commit be92c14
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/Gerrit/changes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ Updating tables presentation.
Tables were misaligned; fixed spacing.
Change-Id: IF7b6ac513b2eca5f2bab9728ebd8b7e504d3cebe1
Signed-off-by: Your Name commit-sender@email.address
Signed-off-by: Your Name <commit-sender@email.address>
```
Each commit must contain the following line at the bottom of the commit
message:

```
Signed-off-by: Your Name your@email.address
Signed-off-by: Your Name <your@email.address>
```

The name in the Signed-off-by line and your email must match the change
Expand Down

0 comments on commit be92c14

Please sign in to comment.