Thank you for your interest in contributing to PrefixOS!
Please review and adhere to our Code of Conduct at all times.
- Fork & Clone: Fork the repository on GitHub and clone locally.
- Branching: Create a topic branch:
git checkout -b feature/my-new-feature - Coding Guidelines: Adhere strictly to the Style Guide and Architecture Principles.
- Testing: Run tests and race detection before opening a Pull Request:
make lint make test make benchmark - Pull Request: Open a PR targeting the
developbranch with clear rationale and benchmark proof.