ledger/CONTRIBUTING.md
Steve Purcell 0bb32bb8fa Add CONTRIBUTING.md, mainly to document the "next" vs "master" branching
This file is displayed to would-be pull-request submitters, so it's a good place to provide this information.

[ci skip]
2015-01-11 11:00:36 +00:00

8 lines
489 B
Markdown

Tips for contributors
---------------------
* Please **make pull requests against `next`, not `master`**.
Ledger follows a [git-flow](http://nvie.com/posts/a-successful-git-branching-model/) branching model,
in which development happens on the `next` branch and is subsequently merged into `master` for releases.
* If you're making **changes to `ledger-mode`, or other files for which the Travis build is not
relevant**, please **add `[ci skip]` to the end of the commit message**.