Skip to content

Commit b24ce49

Browse files
authored
Add commit message conventions to DEVELOPERS.md (#425)
Signed-off-by: anablaz <[email protected]>
1 parent 072de5c commit b24ce49

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

DEVELOPERS.md

+4
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,8 @@ If you want to re-generate the JSDoc API:
2828
npm run build:api
2929
```
3030

31+
## Commits
32+
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.
33+
3134
[apdev]: https://github.com/accordproject/techdocs/blob/master/DEVELOPERS.md
35+
[commit message conventions]: https://www.conventionalcommits.org/en/v1.0.0/

0 commit comments

Comments
 (0)