This project follows conventional commits loosely.
In addition, you should name your branch like <name>/feature-x
Example commits:
feat: profile support
fix(db): insert query
- Requires Postgres to be running.
- If you have docker available you can
docker build . -t airshipper
anddocker-compose up
to make the server available. However make sure to checkout docker-compose.yml to verify your setup is correct.
- use the
test_all.ps1
script to run all tests. - If you run linux feel free to contribute linux equivalent scripts.
By contributing to this project you accept your code being licensed under GPLv3 and distributed indefinitely.