Changes between Version 38 and Version 39 of Sprints


Ignore:
Timestamp:
Dec 11, 2009, 6:10:18 PM (14 years ago)
Author:
Tobias McNulty
Comment:

update/add a few links in 'Preparing for the sprint'

Legend:

Unmodified
Added
Removed
Modified
  • Sprints

    v38 v39  
    4040Here are a few easy things you can do ahead of time to make sure your time is spent effectively:
    4141
    42  * Read our [http://www.djangoproject.com/documentation/contributing/ "Contributing to Django" document].
    43  * [http://www.djangoproject.com/documentation/install/#installing-the-development-version Install the "trunk" version of Django] (aka the Django development version).
     42 * [http://docs.djangoproject.com/en/dev/topics/install/#installing-the-development-version Checkout the "trunk" version of Django] (aka the Django development version).
     43 * Read our [http://docs.djangoproject.com/en/dev/internals/contributing/ "Contributing to Django" document].  In particular, you might want to familiarize yourself with:
     44    * [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)
     45    * [http://docs.djangoproject.com/en/dev/internals/contributing/#ticket-triage Triaging tickets]
     46    * [http://docs.djangoproject.com/en/dev/internals/contributing/#claiming-tickets Claiming tickets in Trac] (do this before working on anything)
    4447 * [http://www.djangoproject.com/accounts/register/ Create an account in our ticket system]. This will allow you to claim tickets you're working on.
    4548 * Familiarize yourself with our [http://code.djangoproject.com/wiki/Reports ticket system and reports].
Back to Top