From e2652f5826a0e1c47de075a8046559ba2aaca504 Mon Sep 17 00:00:00 2001 From: Kyle Meyer Date: Mon, 14 Jan 2019 23:14:44 -0500 Subject: README: Add contributing section --- README.md | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/README.md b/README.md index fe6c6b4..636901e 100644 --- a/README.md +++ b/README.md @@ -8,3 +8,32 @@ contributed packages. [el]: https://git.sr.ht/~kyleam/org-link-edit/tree/master/org-link-edit.el#L24 [install]: http://orgmode.org/org.html#Installation + +### Contributing + +Please send bug reports, feature requests, and other questions to +[~kyleam/public-inbox@lists.sr.ht][lst] with **[org-link-edit]** as +the subject prefix. You can browse previous Org Link Edit discussions +at . + +If you'd like to contribute a patch, thank you! To keep open the +possibility of including org-link-edit.el into Org proper or ELPA, +contributors are required to [assign copyright][cpy] to the Free +Software Foundation for [most changes][tny] . + +Please send patches to the same address listed above. You can +generate the patch with + + git format-patch --subject-prefix="PATCH org-link-edit" ... + +To avoid passing `--subject-prefix` each time you call `format-patch`, +you can configure the repository's default prefix: + + git config format.subjectPrefix "PATCH org-link-edit" + +For more information on sending patches, visit +. + +[lst]: mailto:~kyleam/public-inbox@lists.sr.ht +[cpy]: https://www.gnu.org/software/emacs/manual/html_node/emacs/Copyright-Assignment.html +[tny]: https://orgmode.org/worg/org-contribute.html#org2cf82ab -- cgit v1.2.3