Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.3 KB

contributing.md

File metadata and controls

21 lines (15 loc) · 1.3 KB

How to Contribute

Thank you for reading these contributing guidelines!

Here are important resources for the Code for Orlando website

Please reach communicate with leadership@codefororlando.com before contributing updates to this repository. They will work with you to identify areas for your contribution.

Submitting Changes

We have a standard approach for merging updates to the main branch.

  1. Create a forked repo of cfo-website
  2. In your forked repo, create a feature branch (e.g. git checkout -b my-feature-branch)
  3. Commit your changes and push to your fork
  4. Create a pull request for the main branch in the cfo-website repo
  5. At least one of the other repo owners will need to approve the pull request
  6. When approval is provided, the author of the PR can merge! We prefer the author of the PR to merge, because sometimes the PR commit changes.

Thank you once again for your work!