Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 650 Bytes

CONTRIBUTING.md

File metadata and controls

41 lines (27 loc) · 650 Bytes

Contributing

Development Environment

Python and Go are required. Although we expect this project to work on most versions of both, to check the specific version we support see the ones used in the CI workflow (see .github/workflows/ci.yaml).

# Python environment for pre-commit and validate.py
python3 -m venv .env
source .env/bin/activate
pip3 install -r requirements.txt

Testing

pytest

Linting

pre-commit run --all-files

Remote Configuration Data Management

Conditional Gathering Rules

TBD

Container Log Requests

TBD

Cluster Version Mapping

TBD