summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2016-10-27 13:02:51 -0700
committerGitHub <noreply@github.com>2016-10-27 13:02:51 -0700
commit310370db041349c94e6984cc283be18f5a25a6ca (patch)
tree6fded764d20a422e3fe8871101756caa6755b6c8 /CONTRIBUTING.md
parent77b9c60a3eb63219286c7fccf234224a94923455 (diff)
parent978466c8012839614332c42390dca713f8fac608 (diff)
downloadfork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.tar.gz
fork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.tar.bz2
fork-ledger-310370db041349c94e6984cc283be18f5a25a6ca.zip
Merge pull request #474 from thdox/ledger-mode-finalize-split
Ledger mode finalize split
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md7
1 files changed, 1 insertions, 6 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index bab3f7c8..25dea39e 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@ Tips for contributors
* Please **make pull requests against `next`, not `master`**.
Ledger follows a [git-flow] 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
+* If you're making **changes to files for which the Travis build is not
relevant**, please **add `[ci skip]` to the end of the commit message**.
GLOSSARY
@@ -82,8 +82,6 @@ orientation:
**./lib/**: a couple of libraries used in development.
-**./lisp/**: the [Emacs][] [ledger-mode] lisp code, under the [GPLv2] license.
-
**./python/**: samples using the Python ledger module.
**./src/**: the C++ header and source files in a flat directory.
@@ -110,7 +108,4 @@ orientation:
[small badge]: https://img.shields.io/travis/ledger/ledger/master.svg?&style=flat
[git-flow]: http://nvie.com/posts/a-successful-git-branching-model/
[README.md]: https://github.com/ledger/ledger/blob/master/README.md
-[Emacs]: http://www.gnu.org/software/emacs/
-[ledger-mode]: http://ledger-cli.org/3.0/doc/ledger-mode.html
-[GPLv2]: http://www.gnu.org/licenses/gpl-2.0.html
[clang]: http://clang.llvm.org