Skip to content

Commit

Permalink
Add commit message conventions to DEVELOPERS.md (#425)
Browse files Browse the repository at this point in the history
Signed-off-by: anablaz <[email protected]>
  • Loading branch information
anablaz authored Mar 5, 2024
1 parent 072de5c commit b24ce49
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,8 @@ If you want to re-generate the JSDoc API:
npm run build:api
```

## Commits
When commiting your changes, it is required you adhere to the [commit message conventions]. This is important because the release notes are automatically generated from these messages.

[apdev]: https://github.com/accordproject/techdocs/blob/master/DEVELOPERS.md
[commit message conventions]: https://www.conventionalcommits.org/en/v1.0.0/

0 comments on commit b24ce49

Please sign in to comment.