Contributions are welcome! To get started:
- Fork the repository and create a feature branch.
- Run
./z setup && ./z build && ./z testto verify your changes locally. - If adding a new statically linked C extension, add a documentation
file in
patches/following the existing*_static_builtin.mdpattern. - If adding a new pip package, append it to the appropriate
requirements file and create a matching
tests/func/test_NNN_<package>.pytest file. - Open a pull request — CI will automatically build and test all four platform configurations.