Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 622 Bytes

CONTRIBUTING.md

File metadata and controls

15 lines (12 loc) · 622 Bytes

How to contribute

Adding platforms

  1. Create or checkout a branch named platform/{platform-name}
  2. Commit code and open a Pull Request to main
  3. Squash and merge into main
  4. Delete branch platform/{platform-name}

Working on platform updates

  1. Create a branch named {platform-name}/{feature-name}
  2. Commit code and open a Pull Request to platform/{platform-name}
  3. Squash and merge into platform/{platform-name}
  4. Delete branch {platform-name}/{feature-name}

This branching methodology allow for simultaneous work contributing to different platform while maintaining high code quality through code reviews