commit 26ca2f595259d940fc1886d3e00f63101f44d957 parent d9ad34944395aef04ac33943e501793f1001e319 Author: William Casarin <jb55@jb55.com> Date: Fri, 6 Nov 2020 16:28:10 -0800 CONTRIBUTING: simplify instructions Diffstat:
M | CONTRIBUTING | | | 22 | ++-------------------- |
1 file changed, 2 insertions(+), 20 deletions(-)
diff --git a/CONTRIBUTING b/CONTRIBUTING @@ -3,33 +3,15 @@ Feel free to email patches to To: William Casarin <jb55@jb55.com> Cc: ~jb55/public-inbox@lists.sr.ht -Use git-format-patch and git-send-email. - +Use git-send-email. Setup ----- -replace <branch> with your branch - - - mkdir -p patches/<branch> - git config format.subjectPrefix 'PATCH viscal' - Sending a patch --------------- -replace <branch> with your branch - - - git format-patch --output-directory=patches/<branch> \ - --cover-letter \ # (optional) - <branch>^ - - $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 +See https://git-send-email.io