diff options
author | Christopher Brannon <chris@the-brannons.com> | 2021-04-05 19:52:42 -0700 |
---|---|---|
committer | Christopher Brannon <chris@the-brannons.com> | 2021-04-05 19:52:42 -0700 |
commit | fb81c8e9879c91b04a9b470932223ccc2429b6cc (patch) | |
tree | b8cca65ba500b6ad982680c301be74d3a1ff2b0d | |
parent | 65760f759aa2ac31f237e67e15711bf19d50057f (diff) | |
download | chicken-xml-rpc-fb81c8e9879c91b04a9b470932223ccc2429b6cc.tar chicken-xml-rpc-fb81c8e9879c91b04a9b470932223ccc2429b6cc.tar.gz chicken-xml-rpc-fb81c8e9879c91b04a9b470932223ccc2429b6cc.tar.bz2 chicken-xml-rpc-fb81c8e9879c91b04a9b470932223ccc2429b6cc.tar.lz chicken-xml-rpc-fb81c8e9879c91b04a9b470932223ccc2429b6cc.tar.xz chicken-xml-rpc-fb81c8e9879c91b04a9b470932223ccc2429b6cc.tar.zst chicken-xml-rpc-fb81c8e9879c91b04a9b470932223ccc2429b6cc.zip |
Add a basic README.md.
-rw-r--r-- | README.md | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..65f6aaa --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Documentation + +The documentation is maintained in [this page of the Chicken wiki](https://wiki.call-cc.org/eggref/5/xml-rpc). + +# Contributing + +To contribute, just push your patches to a branch in this repository +with a name starting with `patch_`. +I will review them, and if there are no issues, I'll cherry-pick them +to the master branch. +Pushing is only possible if you used the canonical clone URL, +[https://the-brannons.com/git/chicken-xml-rpc](https://the-brannons.com/git/chicken-xml-rpc). + +Alternatively, you can email patches to [chris@the-brannons.com](mailto:chris@the-brannons.com). |