summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
blob: a4b8b14f29cc253bbeca3c5ed71cb8a3b0797cda (plain)
1
2
3
4
5
6
7
8
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**.