Changes between Version 79 and Version 80 of Sprints


Ignore:
Timestamp:
Jun 3, 2011, 7:31:24 PM (13 years ago)
Author:
Julien Phalip
Comment:

Fixed a few links to the new contributing docs structure.

Legend:

Unmodified
Added
Removed
Modified
  • Sprints

    v79 v80  
    3333
    3434 * [http://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version Checkout the "trunk" version of Django] (aka the Django development version).
     35 * [http://www.djangoproject.com/accounts/register/ Create an account in our ticket system]. This will allow you to claim tickets you're working on.
     36 * Get some [https://docs.djangoproject.com/en/dev/internals/contributing/new-contributors/ advice] if you are a new contributor.
    3537 * Read our [http://docs.djangoproject.com/en/dev/internals/contributing/ "Contributing to Django" document].  In particular, you might want to familiarize yourself with:
    36     * [http://docs.djangoproject.com/en/dev/internals/contributing/#unit-tests Running the test suite] (hint: the second command that includes setting PYTHONPATH is probably what you want)
    37     * [http://docs.djangoproject.com/en/dev/internals/contributing/#ticket-triage Triaging tickets]
    38     * [http://docs.djangoproject.com/en/dev/internals/contributing/#claiming-tickets Claiming tickets in Trac] (do this before working on anything)
    39  * [http://www.djangoproject.com/accounts/register/ Create an account in our ticket system]. This will allow you to claim tickets you're working on.
     38    * [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/unit-tests/#running-the-unit-tests Running the test suite] (hint: the second command that includes setting PYTHONPATH is probably what you want)
     39    * [https://docs.djangoproject.com/en/dev/internals/contributing/triaging-tickets/ Triaging tickets]
     40    * [https://docs.djangoproject.com/en/dev/internals/contributing/writing-code/submitting-patches/#claiming-tickets Claiming tickets in Trac] (do this before working on anything)
    4041 * Familiarize yourself with our [http://code.djangoproject.com/wiki/Reports ticket system and reports].  You can also see the [http://code.djangoproject.com/roadmap Roadmap] for a list of tickets by milestone.
    4142 * Get an [http://en.wikipedia.org/wiki/Internet_Relay_Chat IRC] client, so that you can join us in the channel [irc://irc.freenode.net/django-sprint #django-sprint] on Freenode.
Back to Top