2023-12-28 22:45:07 +01:00
|
|
|
TODO: Add general information about this project
|
2023-12-25 16:46:41 +01:00
|
|
|
|
|
|
|
|
## Contribution
|
|
|
|
|
|
2023-12-28 22:45:07 +01:00
|
|
|
Conventions are enforced through commitizen using pre-commit.
|
2023-12-25 16:46:41 +01:00
|
|
|
Commits that do not comply with the conventions will be rejected.
|
|
|
|
|
|
|
|
|
|
Prerequisites for developers are:
|
|
|
|
|
|
2023-12-25 16:56:26 +01:00
|
|
|
- podman
|
2023-12-25 16:46:41 +01:00
|
|
|
- postgresql-client
|
2023-12-25 16:56:26 +01:00
|
|
|
- sqlx
|
2023-12-28 22:45:07 +01:00
|
|
|
- commitizen
|
|
|
|
|
- pre-commit
|
|
|
|
|
|
|
|
|
|
Current contribution workflow is:
|
|
|
|
|
|
|
|
|
|
0. TODO: fork/clone repo and install commitizen and pre-commit
|
|
|
|
|
1. Modify repo
|
|
|
|
|
2. Use `cz c` to add a commit
|
|
|
|
|
3. Push changes
|
|
|
|
|
4. Open pull/merge request
|