Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 769 Bytes

File metadata and controls

23 lines (17 loc) · 769 Bytes

Contributing to PrefixOS

Thank you for your interest in contributing to PrefixOS!


1. Code of Conduct

Please review and adhere to our Code of Conduct at all times.


2. How to Contribute

  1. Fork & Clone: Fork the repository on GitHub and clone locally.
  2. Branching: Create a topic branch: git checkout -b feature/my-new-feature
  3. Coding Guidelines: Adhere strictly to the Style Guide and Architecture Principles.
  4. Testing: Run tests and race detection before opening a Pull Request:
    make lint
    make test
    make benchmark
  5. Pull Request: Open a PR targeting the develop branch with clear rationale and benchmark proof.