From 36ff47d9f9ff8d2abd8059c6eac7c666e8065f44 Mon Sep 17 00:00:00 2001 From: Carol Willing Date: Sun, 23 Mar 2014 13:58:03 -0700 Subject: [PATCH] Created top level how to contribute doc as suggested in Issue: 263 --- CONTRIBUTING.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CONTRIBUTING.md diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 0000000..98580a3 --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,15 @@ +How to contribute +----------------- + +This guide is under heavy development. If you would like to contribute, please +see: + +http://docs.python-guide.org/en/latest/notes/contribute/ + + +Style Guide +----------- + +For all contributions, please follow the `Guide Stye Guide`: + +http://docs.python-guide.org/en/latest/notes/styleguide/ \ No newline at end of file