We welcome contributions. If you have not already set up Fuchsia, follow the instructions here

Follow the Contribution Guidelines here This repo has some additional formatting nuances:

  1. Commit messages should be formatted according to the Commit Message Format section here i.e.
    <type>(<scope>): <subject>
    <BLANK LINE>
    <body>
    <BLANK LINE>
    <footer>
    
    e.g.
    feat(video): add play controls
    
    adds play controls and relevant tests
    
    JIRA-ISSUE-123 #done
    
  2. Run make fmt and make presubmit and resolve any errors prior to jiri uploading. This formats, lints, and runs tests on the code.