viscal

cairo/gtk vi-like timeblocking calendar
git clone git://jb55.com/viscal
Log | Files | Refs | README | LICENSE

commit 8c3fa283639b7053e8fc4808556f65d45225c482
parent 1427d9cc1bb456bc9b365af3603126dc0855edc4
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 13 Oct 2018 08:01:25 -0700

docs: tweak contributing

Diffstat:
MCONTRIBUTING | 24++++++++++++++----------
1 file changed, 14 insertions(+), 10 deletions(-)

diff --git a/CONTRIBUTING b/CONTRIBUTING @@ -9,23 +9,27 @@ Use git-format-patch and git-send-email. Setup ----- -mkdir -p patches/<branch> +replace <branch> with your branch -git config format.subjectPrefix 'PATCH viscal' + + mkdir -p patches/<branch> + + git config format.subjectPrefix 'PATCH viscal' Sending a patch --------------- -# replace <branch> with your branch +replace <branch> with your branch + -git format-patch --output-directory=patches/<branch> \ - --cover-letter \ # (optional) - <branch>^ + git format-patch --output-directory=patches/<branch> \ + --cover-letter \ # (optional) + <branch>^ -$EDITOR 0000-cover-letter.patch # (optional) + $EDITOR 0000-cover-letter.patch # (optional) -git send-email --to="William Casarin <jb55@jb55.com>" \ - --cc="~jb55/public-inbox@lists.sr.ht" \ - patches/<branch>/*.patch + git send-email --to="William Casarin <jb55@jb55.com>" \ + --cc="~jb55/public-inbox@lists.sr.ht" \ + patches/<branch>/*.patch