From 24cb80c0f3545e8729292f8448c4bd6141032596 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Fri, 11 Jul 2014 08:32:45 -0700 Subject: [PATCH] Create CONTRIBUTING.rst --- CONTRIBUTING.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 CONTRIBUTING.rst diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst new file mode 100644 index 00000000..a6b73259 --- /dev/null +++ b/CONTRIBUTING.rst @@ -0,0 +1,11 @@ +How to Contribute +================= + +Always happy to get issues identified and pull requests! + +Getting your pull request merged in +------------------------------------ + +#. Keep it small. The smaller the pull request the more likely I'll pull it in. +#. Pull requests that fix a current issue get priority for review. +#. If you're not already in the `CONTRIBUTORS.rst` file, add yourself!