cloudcmd/CONTRIBUTING.md
2014-04-30 02:53:49 -04:00

1.3 KiB

Brunch

If you would like to contribute - send pull request to dev branch. Getting dev version of Cloud Commander:

git clone git://github.com/coderaiser/cloudcmd.git
cd cloudcmd && git checkout dev

or by link.

Commit

Format of the commit message: type(scope) subject

Type:

  • feature
  • fix (bug fix)
  • docs (documentation)
  • style (formatting, missing semi colons, …)
  • refactor
  • test (when adding missing tests)
  • chore (maintain)

Scope: Scope could be anything specifying place of the commit change. For example util, console, view, edit, style etc...

Subject text:

  • use imperative, present tense: “change” not “changed” nor “changes”
  • don't capitalize first letter
  • no dot (.) at the end Message body:
  • just as in use imperative, present tense: “change” not “changed” nor “changes”
  • includes motivation for the change and contrasts with previous behavior

Examples: