Contributing
View SourceBefore contributing, please read carefully our Code of Conduct and the following contribution guidelines.
Please, also make sure to understand the Apache 2.0 license and the Developer Certificate of Origin.
Last but not least, do not use GitHub issues for vulnerability reports, read instead the security policy for instructions.
Git Recommended Practices
- Commit messages should have a
- summary and a description
- Avoid trailing white spaces
- Always
git pull --rebase - Clean up your branch history with
git rebase -i - All your intermediate commits should build
Coding Style
Erlang Code
Format with erlfmt enforced style:
$ rebar3 fmt