summaryrefslogtreecommitdiff
path: root/docs/internals/contributing/index.txt
diff options
context:
space:
mode:
authorLuke Plant <L.Plant.98@cantab.net>2011-10-14 00:12:01 +0000
committerLuke Plant <L.Plant.98@cantab.net>2011-10-14 00:12:01 +0000
commitd1e5c55258d624058a93c8cacdb1f25ae7857554 (patch)
treedca859edc2229f68b7511687aa8b333378786633 /docs/internals/contributing/index.txt
parent5109ac370928a5924887424b6d6c803038fcb691 (diff)
Fixed many more ReST indentation errors, somehow accidentally missed from [16955]
git-svn-id: http://code.djangoproject.com/svn/django/trunk@16983 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'docs/internals/contributing/index.txt')
-rw-r--r--docs/internals/contributing/index.txt48
1 files changed, 24 insertions, 24 deletions
diff --git a/docs/internals/contributing/index.txt b/docs/internals/contributing/index.txt
index 0c2e77cbbf..77af3d611c 100644
--- a/docs/internals/contributing/index.txt
+++ b/docs/internals/contributing/index.txt
@@ -6,43 +6,43 @@ Django is a community that lives on its volunteers. As it keeps growing, we
always need more people to help others. As soon as you learn Django, you can
contribute in many ways:
- * Join the `django-users`_ mailing list and answer questions. This
- mailing list has a huge audience, and we really want to maintain a
- friendly and helpful atmosphere. If you're new to the Django community,
- you should read the `posting guidelines`_.
+* Join the `django-users`_ mailing list and answer questions. This
+ mailing list has a huge audience, and we really want to maintain a
+ friendly and helpful atmosphere. If you're new to the Django community,
+ you should read the `posting guidelines`_.
- * Join the `#django IRC channel`_ on Freenode and answer questions. By
- explaining Django to other users, you're going to learn a lot about the
- framework yourself.
+* Join the `#django IRC channel`_ on Freenode and answer questions. By
+ explaining Django to other users, you're going to learn a lot about the
+ framework yourself.
- * Blog about Django. We syndicate all the Django blogs we know about on
- the `community page`_; if you'd like to see your blog on that page you
- can `register it here`_.
+* Blog about Django. We syndicate all the Django blogs we know about on
+ the `community page`_; if you'd like to see your blog on that page you
+ can `register it here`_.
- * Contribute to open-source Django projects, write some documentation, or
- release your own code as an open-source pluggable application. The
- ecosystem of pluggable applications is a big strength of Django, help us
- build it!
+* Contribute to open-source Django projects, write some documentation, or
+ release your own code as an open-source pluggable application. The
+ ecosystem of pluggable applications is a big strength of Django, help us
+ build it!
If you think working *with* Django is fun, wait until you start working *on*
it. We're passionate about helping Django users make the jump to contributing
members of the community, so there are several ways you can help Django's
development:
- * :doc:`Report bugs <bugs-and-features>` in our `ticket tracker`_.
+* :doc:`Report bugs <bugs-and-features>` in our `ticket tracker`_.
- * Join the `django-developers`_ mailing list and share your ideas for how
- to improve Django. We're always open to suggestions.
+* Join the `django-developers`_ mailing list and share your ideas for how
+ to improve Django. We're always open to suggestions.
- * :doc:`Submit patches <writing-code/submitting-patches>` for new and/or
- fixed behavior. If you're looking for an easy way to start contributing
- to Django have a look at the `easy pickings`_ tickets.
+* :doc:`Submit patches <writing-code/submitting-patches>` for new and/or
+ fixed behavior. If you're looking for an easy way to start contributing
+ to Django have a look at the `easy pickings`_ tickets.
- * :doc:`Improve the documentation <writing-documentation>` or
- :doc:`write unit tests <writing-code/unit-tests>`.
+* :doc:`Improve the documentation <writing-documentation>` or
+ :doc:`write unit tests <writing-code/unit-tests>`.
- * :doc:`Triage tickets and review patches <triaging-tickets>` created by
- other users.
+* :doc:`Triage tickets and review patches <triaging-tickets>` created by
+ other users.
Really, **ANYONE** can do something to help make Django better and greater!