From fb81c8e9879c91b04a9b470932223ccc2429b6cc Mon Sep 17 00:00:00 2001 From: Christopher Brannon Date: Mon, 5 Apr 2021 19:52:42 -0700 Subject: Add a basic README.md. --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md 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). -- cgit v1.2.3