diff options
| author | William Casarin <jb55@jb55.com> | 2020-11-11 15:39:12 -0800 |
|---|---|---|
| committer | William Casarin <jb55@jb55.com> | 2020-11-11 15:39:29 -0800 |
| commit | 8665426e543019810d0823c2bed1e5003f6e9474 (patch) | |
| tree | 006d330ea521fce69f3fe0434479a57ceed730b3 /CONTRIBUTING | |
| parent | 8b6fad72005f7625f967d679a6fb4362b33d7b32 (diff) | |
contrib: simplify
Diffstat (limited to 'CONTRIBUTING')
| -rw-r--r-- | CONTRIBUTING | 50 |
1 files 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] <question> - - 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 <branch> with your branch: - - mkdir -p patches/<branch> - - git config format.subjectPrefix 'PATCH cmdtree' - - -Sending a patch ---------------- - -replace <branch> with your branch +----------------- +Feel free to email patches to: ~jb55/public-inbox@lists.sr.ht - git format-patch --output-directory=patches/<branch> \ - --cover-letter \ # (optional) - <branch>^ +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/<branch>/*.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. |
