- Update your LICENSE text, or set the LICENSE that fit your repository.
- Update the main title of this document to fit your repository, and add a description according to the purpose of the project.
- Update the name of your module and references to it.
- Update all the TODO placeholders in the repository at your convenience.
- Remove this TODO section.
- Install dependencies:
sudo dnf install -y python3-poetry
make deps- Install dependencies:
make deps - Code at
my_service - Unit test at
tests - Integration tests at
tests/integration - Apply format, run linter, and run unit tests by:
make all - Get help by:
make help
See: Contributing Guidelines.
See: Security Issues.
See: ADR.