For bug reports, submit an issue.
- Fork the main repository.
- Create a feature branch to hold your changes.
- Work on the changes in your feature branch.
- Add Unit Tests.
- Follow the Getting Started instruction to set up the service.
- Create the Alembic migration environment only when it's needed.
- Test the code and create a pull request.
When adding a new feature or fixing a bug, unit tests are necessary to write. Currently we use Pytest as our testing framework and all test cases are written under the tests
directory.
Run test cases with Poetry and Pytest:
poetry run pytest