diff options
author | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 21:32:04 -0400 |
---|---|---|
committer | Kyle Meyer <kyle@kyleam.com> | 2020-04-13 21:34:36 -0400 |
commit | 8599b5437416edf5f2ec85652eb671c6e5253fc9 (patch) | |
tree | ba19b81e76a6b1a4ba2c8fc174259ee4d36be6c7 /README | |
parent | 0dbaba61ac99f372ed430f5d491cf1cfe6a694d8 (diff) | |
download | snakemake-mode-8599b5437416edf5f2ec85652eb671c6e5253fc9.tar.gz |
README: Add a contributing section
Diffstat (limited to 'README')
-rw-r--r-- | README | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -16,3 +16,24 @@ Both of these are available on MELPA under the snakemake-mode package: https://melpa.org/#/snakemake-mode [^1]: https://snakemake.readthedocs.io/en/stable/ + + +Contributing +------------ + +Please send bug reports, feature requests, and other questions to + + snakemake-mode@inbox.kyleam.com + +You can browse previous discussion and development via the +public-inbox [^2] archives at + + https://inbox.kyleam.com/snakemake-mode/ + +If you'd like to contribute a patch, thank you! Please send +it to the same address. + +For more information on sending patches, visit +<https://git-send-email.io/>. + +[^2]: https://public-inbox.org/README |