diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..5b6e4d30 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,33 @@ + + +# Updating code in `gateway/` + +## Prerequisites + +1. Python 3.13+ +2. `pipx install uv` + +## Running tests + +`uvx --with ruyaml pytest` + +To print stdout/stderr to the console when running pytest: + +`uvx --with ruyaml pytest -s`