Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.42 KB

CONTRIBUTING.md

File metadata and controls

11 lines (7 loc) · 1.42 KB

Contributing to Orlando Walking Tours

We encourage anyone who is interested in contributing to Orlando Walking Tours to do so! In order to ensure good code quality, there are some guidelines we would like to adhere to when contributing to this project.

Code for Orlando Members

If you are currently a member of Code for Orlando (ie. you have access to the Code for Orlando Github repo), we ask that you not push any commits directly into master. Please create a branch first. You can do this by using the command git checkout -b [name-of-branch]. You can name the branch anything you'd like, but we encourage using the following: [your-github-username]/develop. When you are ready to commit, push your changes using the command git push origin [name-of-branch] and then submit a pull request. If you are working on a specific issue (which you should be! :P ), reference the issue number in the pull request.

By following these guidelines, we will be able to perform code reviews on all commits before merging with the master branch!

Non-Code for Orlando Members

For anyone not currently a member of Code for Orlando, we still encourage you to contribute if you are interested! (Of course, we strongly encourage you to come to a meetup and meet the rest of us!) If you would like to contribute, go ahead and fork the repo. Make your changes and push them to your forked repo. Then you can submit a pull request on Github.