From 8665426e543019810d0823c2bed1e5003f6e9474 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 11 Nov 2020 15:39:12 -0800 Subject: contrib: simplify --- CONTRIBUTING | 50 +++++++------------------------------------------- 1 file changed, 7 insertions(+), 43 deletions(-) diff --git a/CONTRIBUTING b/CONTRIBUTING index c2cd582..2fba0d9 100644 --- a/CONTRIBUTING +++ b/CONTRIBUTING @@ -1,50 +1,14 @@ - -Reporting bugs -============== - -Please submit bugs to our issue tracker here: - - https://todo.sr.ht/~jb55/cmdtree - -You can also send questions to the public mailing list: - - To: ~jb55/public-inbox@lists.sr.ht - Subject: [cmdtree] - - Contributing code -================= - -Feel free to email patches to: - - ~jb55/public-inbox@lists.sr.ht - -Use git-format-patch and git-send-email. - - -Getting started ---------------- - -replace with your branch: - - mkdir -p patches/ - - git config format.subjectPrefix 'PATCH cmdtree' - - -Sending a patch ---------------- - -replace with your branch +----------------- +Feel free to email patches to: ~jb55/public-inbox@lists.sr.ht - git format-patch --output-directory=patches/ \ - --cover-letter \ # (optional) - ^ +Use git-send-email. See https://git-send-email.io/ - $EDITOR 0000-cover-letter.patch # (optional) - git send-email --to="~jb55/public-inbox@lists.sr.ht" \ - patches//*.patch +Issues +------ +You can send bug reports to: ~jb55/public-inbox@lists.sr.ht +You can also email bug reports as patches. See todo/README. -- cgit v1.2.3