Thank you for reading these contributing guidelines!
Here are important resources for the Code for Orlando website
- Service Inventory
- Code for Orlando Slack (reach out to leadership@codefororlando.com for invitation)
Please reach communicate with leadership@codefororlando.com before contributing updates to this repository. They will work with you to identify areas for your contribution.
We have a standard approach for merging updates to the main
branch.
- Create a forked repo of cfo-website
- In your forked repo, create a feature branch (e.g.
git checkout -b my-feature-branch
) - Commit your changes and push to your fork
- Create a pull request for the
main
branch in the cfo-website repo - At least one of the other repo owners will need to approve the pull request
- 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!