Migrate CONTRIBUTING.md file to reST format.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/1d63bd45 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/1d63bd45 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/1d63bd45 Branch: refs/heads/trunk Commit: 1d63bd4519470a920c82dd2822bc028612df7922 Parents: 45fb9af Author: Tomaz Muraus <[email protected]> Authored: Sun Dec 8 17:13:52 2013 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Sun Dec 8 17:13:52 2013 +0100 ---------------------------------------------------------------------- CONTRIBUTING.md | 6 ------ CONTRIBUTING.rst | 9 +++++++++ 2 files changed, 9 insertions(+), 6 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/1d63bd45/CONTRIBUTING.md ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md deleted file mode 100644 index 8318e38..0000000 --- a/CONTRIBUTING.md +++ /dev/null @@ -1,6 +0,0 @@ -# Contributing to Libcloud - -We welcome contributions of any kind (ideas, code, tests, documentation, -examples, ...). For more information on how to contribute, please see -guidelines in [our -documentation](https://libcloud.readthedocs.org/en/latest/development.html#contributing) http://git-wip-us.apache.org/repos/asf/libcloud/blob/1d63bd45/CONTRIBUTING.rst ---------------------------------------------------------------------- diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 0000000..53aeb91 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,9 @@ +Contributing to Libcloud +======================== + +We welcome contributions of any kind (ideas, code, tests, documentation, +examples, ...). + +For more information on how to contribute, please see the "Contributing" +chapter in our documentation +<https://libcloud.readthedocs.org/en/latest/development.html#contributing>
