aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKyle Meyer <kyle@kyleam.com>2019-01-14 22:30:23 -0500
committerKyle Meyer <kyle@kyleam.com>2019-01-14 22:30:23 -0500
commit70c6daedb1d886a3d9f4b7a2d853bf17c374bfb8 (patch)
tree4b4393093e03a96111da4e4d76d22b3b9b81c8aa
parent175aff3c7bb59f232ac756fcfc63fc87fd72313d (diff)
downloadannexview-70c6daedb1d886a3d9f4b7a2d853bf17c374bfb8.tar.gz
README: Add contributing section
-rw-r--r--README.md20
1 files changed, 20 insertions, 0 deletions
diff --git a/README.md b/README.md
index 1b8702f..2da689f 100644
--- a/README.md
+++ b/README.md
@@ -5,3 +5,23 @@ metadata][0] and for creating [metadata-driven views][1]. See the
[0]: https://git-annex.branchable.com/metadata/
[1]: https://git-annex.branchable.com/tips/metadata_driven_views/
[2]: https://git.sr.ht/~kyleam/annexview/tree/master/annexview.el#L24
+
+### Contributing
+
+Please send bug reports, feature requests, and other questions to
+~kyleam/public-inbox@lists.sr.ht with **[annexview]** as the subject
+prefix. You can browse previous Annexview discussion at
+<https://lists.sr.ht/~kyleam/public-inbox?search=annexview>.
+
+If you'd like to contribute a patch, thank you! Please send
+it to the same address. You can generate the patch with
+
+ git format-patch --subject-prefix="PATCH annexview" ...
+
+To avoid passing `--subject-prefix` each time you call `format-patch`,
+you can configure the repository's default prefix:
+
+ git config format.subjectPrefix "PATCH annexview"
+
+For more information on sending patches, visit
+<https://man.sr.ht/git.sr.ht/send-email.md>.