Skip to content
This repository has been archived by the owner on Feb 5, 2020. It is now read-only.

Developer etiquette

Tim Orling edited this page Nov 9, 2016 · 4 revisions

Do your development in a branch. Submit a pull-request. Please don't just push commits to main repository. Do not do git push -f. Just don't. Do that on your own repo.

Whenever possible, add tests. We love tests. You should too.

Allow merge commits has been intentionally disabled for the Merge button. They just look ugly. Use the squash merge instead. It is much more in the look-and-feel of GitHub.

Clone this wiki locally