Thank you for helping keep Unit alive.
- Bug reports — open an issue with reproduction steps
- Security fixes — see SECURITY.md
- PHP 8.5+ support — our primary focus
- Documentation — fixes and improvements always welcome
- CI/CD — help improve our build pipeline
$ git clone https://github.com/freeunitorg/freeunit
$ cd freeunit
$ ./configure --openssl --otel
$ make- Fork the repository
- Create a branch:
git checkout -b fix/your-fix - Make your changes
- Test your changes
- Submit a pull request against
master
Follow the existing C code style in the project. Run the test suite before submitting:
$ sudo pytest-3 --print-log test/Use conventional commits format:
fix: correct PHP 8.5 SAPI initialization
feat: add otel trace_id to access log
docs: update installation instructions
- Discussions: github.com/freeunitorg/freeunit/discussions
- Contact: team@freeunit.org
By contributing, you agree your contributions will be licensed under the Apache 2.0 License.