Skip to content

Commit

Permalink
docs: add signed commits documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Salim Afiune Maya <[email protected]>
  • Loading branch information
afiune committed Oct 4, 2021
1 parent 92a4d0c commit b8b6325
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions DEVELOPER_GUIDELINES.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,16 @@
## Go-sdk Developer Guidelines
## Developer Guidelines

## Signed Commits
Signed commits are required for any contribution to this project. Please see Github's documentation on configuring signed commits, [tell git about your signing key](https://docs.github.com/en/github/authenticating-to-github/managing-commit-signature-verification/telling-git-about-your-signing-key) and [signing commits](https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits)

## Commit message standard

The format is:
```
type(scope): subject
BODY
FOOTER
```

Expand Down Expand Up @@ -50,4 +55,4 @@ The body should contain a longer description of the change, try not to repeat th
Put as much context as you think it is needed, don’t be shy and explain your thought process, limitations, ideas for new features or fixes, etc.

### Footer
The footer is used to reference issues, pull requests or breaking changes, for example, “Fixes ticket #123”.
The footer is used to reference issues, pull requests or breaking changes, for example, “Fixes ticket #123”.

0 comments on commit b8b6325

Please sign in to comment.