Skip to content
This repository has been archived by the owner on Jan 3, 2019. It is now read-only.

Hive Git guidelines

Ben Jennings edited this page Jun 5, 2014 · 1 revision

Where to commit

Small, non-breaking changes go straight into master.

Branching Model

Branches (for now) are limited to features. If you are working on a feature branch, be sure to rebase master frequently.

Commit Message Guidelines

  • Use sentence case with no full stop
  • Limit the first line to 72 characters or less
  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")

Example of a good commit message:

Add svg icon assets

Example of a bad commit message:

added a whole bunch of stuff…

Clone this wiki locally