diff options
author | Alexey Romanov <alexey.v.romanov@gmail.com> | 2011-02-21 12:41:20 +0300 |
---|---|---|
committer | Alexey Romanov <alexey.v.romanov@gmail.com> | 2011-02-21 12:41:20 +0300 |
commit | 7dc371d8a3b9a6e2ab9f814c0d2536cf638ceb99 (patch) | |
tree | 174193ae08d2824164ba99e63f696a6593ee63c6 /HACKING | |
parent | 2ceeb3272139b7569c8dabc215ca1e7063b0d385 (diff) | |
parent | 6056c63eed288736c912c82d6f36aa7dd055f9ca (diff) |
Merge branch 'master' of https://github.com/basho/rebar
Diffstat (limited to 'HACKING')
-rw-r--r-- | HACKING | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/HACKING b/HACKING deleted file mode 100644 index 6df34c5..0000000 --- a/HACKING +++ /dev/null @@ -1,50 +0,0 @@ -Indenting -========= -To have consistent indenting we have vi modeline/emacs local variable -headers in rebar's source files. This works automatically with vi. -With Emacs you have to declare 'erlang-indent-level set to 4' -as a safe local variable value. If not configured Emacs will prompt -you to save this as part of custom-set-variables: - '(safe-local-variable-values (quote ((erlang-indent-level . 4)))) -You can also tell Emacs to ignore file variables: -(setq enable-local-variables nil - enable-local-eval nil) - - -Writing Commit Messages -======================= - - One line summary (< 50 characters) - - Longer description (wrap at 72 characters) - -Summary -------- - -* Less than 50 characters - -* What was changed - -* Imperative present tense (fix, add, change) - - Fix bug 42 - Add 'foobar' command - Change default timeout to 42 - -* No period - -Description ------------ - -* Wrap at 72 characters - -* Why, explain intention and implementation approach - -* Present tense - -Atomicity ---------- - -* Break up logical changes - -* Make whitespace changes separately |