No description
| .github/workflows | ||
| migrations | ||
| scripts | ||
| src | ||
| tests | ||
| .cz.toml | ||
| .gitignore | ||
| .pre-commit-config.yaml | ||
| Cargo.lock | ||
| Cargo.toml | ||
| CHANGELOG.md | ||
| commitlint.config.js | ||
| README.md | ||
TODO: Add general information about this project
Contribution
Conventions are enforced through commitizen using pre-commit. Commits that do not comply with the conventions will be rejected.
Prerequisites for developers are:
- podman
- postgresql-client
- sqlx
- commitizen
- pre-commit
Current contribution workflow is:
- TODO: fork/clone repo and install commitizen and pre-commit
- Modify repo
- Use
cz cto add a commit - Push changes
- Open pull/merge request