From 242a99865e83b0241df35c29c721fcd180e655a6 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Sun, 20 Mar 2011 21:31:42 -0400 Subject: [PATCH] how to contribute --- docs/contribute.rst | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/contribute.rst diff --git a/docs/contribute.rst b/docs/contribute.rst new file mode 100644 index 0000000..8d74e73 --- /dev/null +++ b/docs/contribute.rst @@ -0,0 +1,17 @@ +Contribute +---------- + +Python-guide is under active development, and contributors are welcome. + +If you have a feature request, suggestion, or bug report, please open a new issue on GitHub_. To submit patches, please send a pull request on GitHub_. Make sure you add yourself to AUTHORS_. + + +If you'd like to contribute, there's plenty to do. Here's a short todo list. + + .. include:: ../TODO.rst + + +.. _GitHub: http://github.com/kennethreitz/python-guide/ +.. _AUTHORS: http://github.com/kennethreitz/clint/blob/master/AUTHORS + +