Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
- Install poetry.
- Install all dependencies using
make dev
- Set up a local Postgres with Docker using
make setupdb
.
You may find other development guide here.
Note Check out the Makefile to find out what each command is doing.
- Fork this
- Create your feature branch (
git checkout -b feature/bar
) - Please make sure you have installed the
pre-commit
hook and make sure it passes all the lint and format check - Commit your changes (
git commit -am 'feat: add some bar'
, make sure that your commits are semantic) - Push to the branch (
git push origin feature/bar
) - Create a new Pull Request