From 775380ba5d29d9b4057440e6a86f69e0d0213585 Mon Sep 17 00:00:00 2001 From: William Casarin Date: Wed, 17 Oct 2018 10:23:46 -0700 Subject: CONTRIBUTING --- CONTRIBUTING | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 CONTRIBUTING (limited to 'CONTRIBUTING') diff --git a/CONTRIBUTING b/CONTRIBUTING new file mode 100644 index 0000000..c2cd582 --- /dev/null +++ b/CONTRIBUTING @@ -0,0 +1,50 @@ + +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 + + + git format-patch --output-directory=patches/ \ + --cover-letter \ # (optional) + ^ + + $EDITOR 0000-cover-letter.patch # (optional) + + git send-email --to="~jb55/public-inbox@lists.sr.ht" \ + patches//*.patch + + -- cgit v1.2.3