Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 833 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (14 loc) · 833 Bytes

Git usage

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

Notes for the server

  • Requires Postgres to be running.
  • If you have docker available you can docker build . -t airshipper and docker-compose up to make the server available. However make sure to checkout docker-compose.yml to verify your setup is correct.

Notes on testing

  • use the test_all.ps1 script to run all tests.
  • If you run linux feel free to contribute linux equivalent scripts.

Agreement

By contributing to this project you accept your code being licensed under GPLv3 and distributed indefinitely.