This repo uses go-task Taskfiles for repeatable formatting/linting.
- Repo-wide checks (docs/scripts/YAML + shared Python typing):
# Checks linting and formatting
task pre-commit-checkWhen creating a new service, mirror the structure of existing folders under services/.
At minimum, a new service should typically include:
README.mddescribing purpose, config, dev/test commands.- A container build + runtime entrypoint:
docker-compose.ymlentrypoint.sh*.dockerfile(matching existing naming patterns)
src/(andtests/if applicable).
Then wire the new service into the example deployment at deployments/example_station/.
task pre-commit-checkpasses at the repo root if you changed shared files.- No secrets in commits (tokens, robot IPs meant to be private, keys, etc.).
- Docs/configs updated when behavior changes.
- Commits are signed off (see DCO below).
Any contribution that you make to this repository will be under the Apache 2 License, as dictated by that license:
5. Submission of Contributions. Unless You explicitly state otherwise,
any Contribution intentionally submitted for inclusion in the Work
by You to the Licensor shall be under the terms and conditions of
this License, without any additional terms or conditions.
Notwithstanding the above, nothing herein shall supersede or modify
the terms of any separate license agreement you may have executed
with Licensor regarding such Contributions.
Contributors must sign-off each commit by adding a Signed-off-by: ...
line to commit messages to certify that they have the right to submit
the code they are contributing to the project according to the
Developer Certificate of Origin (DCO).