From: Christian Christiansen Date: Thu, 1 Apr 2021 00:58:05 +0000 (+1100) Subject: Create CONTRIBUTING X-Git-Tag: fortune-mod-3.6.0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d38c98a4c271f0f8ccb8c9ecceb5fcb35ada5ae2;p=fortune-mod Create CONTRIBUTING --- diff --git a/CONTRIBUTING.asciidoc b/CONTRIBUTING.asciidoc new file mode 100644 index 0000000..43d5f7e --- /dev/null +++ b/CONTRIBUTING.asciidoc @@ -0,0 +1,16 @@ +How to contribute to fortune-mod +========================================== +Shlomi Fish +:Date: 2021-04-01 +:Revision: $Id$ + +All contributions are welcome, including small typo fixes. +A list of current open tasks can be found in the +https://github.com/shlomif/fortune-mod/README.md[README] + +Pull requests through GitHub are accepted. + +If possible, please create a dedicated branch for any changes. This +isn't a deal breaker though, as it is an easy fix with git. + +Happy hacking!