MozillaFoundation / mofo-standards

Mozilla Foundation – Engineering Guidebook
6 stars 2 forks source link

Branching And Deployment Documentation #8

Open cadecairos opened 7 years ago

cadecairos commented 7 years ago

GitHub Flow

We're going to use GitHub Flow when developing projects on GitHub. This choice has been made after taking the following into consideration:

All feature branches should be based on the master branch, and can be forked to your own cloned repo or (if you have the permissions) to the parent repo.

Here's how it'll work for a couple of different use cases: