summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.rst
diff options
context:
space:
mode:
authorPreston Holmes <preston@ptone.com>2012-09-17 21:27:07 -0700
committerPreston Holmes <preston@ptone.com>2012-09-17 22:09:07 -0700
commit70248cce0a8a3144df9f36e15fbeb5cc1b091c3e (patch)
tree662550a6c4e7fc95d27ddf3aca2be6304cdb0197 /CONTRIBUTING.rst
parentb1b32b2074a1aa906ba02fe221bfabef25617026 (diff)
downloaddjango-70248cce0a8a3144df9f36e15fbeb5cc1b091c3e.tar.gz
Fixed #18971 -- added root level CONTRIBUTING doc
Diffstat (limited to 'CONTRIBUTING.rst')
-rw-r--r--CONTRIBUTING.rst16
1 files changed, 16 insertions, 0 deletions
diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst
new file mode 100644
index 0000000000..3b1734157d
--- /dev/null
+++ b/CONTRIBUTING.rst
@@ -0,0 +1,16 @@
+======================
+Contributing to Django
+======================
+
+As an open source project, Django welcomes contributions of many forms.
+
+Examples of contributions include:
+
+* Code patches
+* Documentation improvements
+* Bug reports and patch reviews
+
+Extensive contribution guidelines are available in the repository at
+``docs/internals/contributing/``, or online at:
+
+https://docs.djangoproject.com/en/dev/internals/contributing/