Contributing
First off, thank you! Contributions are always welcome. Our project is mirrored in two locations for our various devs:
Internal Q2: https://gitlab.com/q2e/development/sdk/antilles
Outside Q2: https://code.q2developer.com/Q2Antilles/q2-sdk
Feel free to clone it. Setup and contribution instructions are in the README.md at the root of the repo.
Some hints to get you started:
make test
will run the unit test suitemake lint
will ensure your contributions conform to our code style guidemake run_server
will boot up a default test server on port 1980make serve_docs
will build these documentation pages and serve them on localhost:8001
Even this documentation page is part of the repo, so if something is unclear, fix it and that counts as a contribution, too!
We look forward to your contribution and seeing your name on the Authors page.