mirror of
https://git.selfprivacy.org/SelfPrivacy/selfprivacy-rest-api.git
synced 2024-11-15 23:23:17 +00:00
27255cb533
spent @5m
992 B
992 B
SelfPrivacy API contributors guide
Commit messages
We follow Convetional Commits specification. Please read it before commiting.
Useful plugins for IDEs:
Track your time
If you are working on a task, please track your time and add it to the commit message. For example:
feat: add new feature
- did some work
- did some more work
fixes #4, spent @1h30m
Timewarrior is a good tool for tracking time.
Code style
We use 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.