selfprivacy-rest-api/CONTRIBUTING.md

21 lines
702 B
Markdown
Raw Normal View History

# SelfPrivacy API contributors guide
## Commit messages
We follow [Convetional Commits](https://www.conventionalcommits.org/en/v1.0.0/) specification. Please read it before commiting.
Useful plugins for IDEs:
- [VSCode](https://marketplace.visualstudio.com/items?itemName=vivaxy.vscode-conventional-commits)
- [IntelliJ](https://plugins.jetbrains.com/plugin/13389-conventional-commit)
## Code style
We use [Black](
https://pypi.org/project/black/
) for code formatting. Please install it and run `black .` before commiting.
## Pull requests
Please request a review from at least one of the other maintainers. If you are not sure who to request, request a review from SelfPrivacy/Devs team.