Skip to content
Liam Morley edited this page Oct 22, 2016 · 2 revisions

It's really awesome to have so many people contributing code. We're excited for what you're helping us to build! Because there are so many people working to contribute, and because this can get hectic quickly, here are a few guidelines:

Pull Requests

We operate on a pull request model. This allows other team members to view your code before it's merged to master, and for members of the team with context to offer feedback and ask technical questions. If you're brand new to pull requests within GitHub, their help documentation on pull requests is pretty excellent.

If you're planning on being a somewhat regular contributor, we ask you that you:

If you've already started a feature branch, but you need some changes from master that were added after you started, you can rebase your feature branch to pull those changes in while avoiding merge commits, which can be confusing to reviewers of your pull request.

Clone this wiki locally