Changes between Version 6 and Version 7 of SprintIdeas


Ignore:
Timestamp:
Sep 13, 2007, 3:01:56 PM (17 years ago)
Author:
Adrian Holovaty
Comment:

Added preparation info

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v6 v7  
    33More than 100 people around the world have signed up for Friday's Django sprint. What should ''you'' work on, given that so many other people are contributing at the same time? This document attempts to help you answer that question.
    44
    5 == The short answer ==
     5== How to prepare for the sprint ==
     6
     7 * Read our [http://www.djangoproject.com/documentation/contributing/ "Contributing to Django" document].
     8 * [http://www.djangoproject.com/documentation/install/#installing-the-development-version Install the "trunk" version of Django] (aka the Django development version).
     9 * http://www.djangoproject.com/accounts/register/Create an account in our ticket system]. This will allow you to claim
     10tickets you're working on.
     11
     12== What to work on? The short answer ==
    613
    714'''Work on whatever you like.'''
     
    916Our development process during the sprint will fundamentally be no different from standard Django development -- that is, contributors scratch their own itches, solve the problems they want to solve, and generally do what they want to do. The difference in the sprint, of course, is that a lot of people are going to be in more-or-less real-time contact, which makes it easier for ''more'' contributions to happen ''faster''. (Some sprinters will be in the same physical location and the IRC channel will be available for more rapid feedback.)
    1017
    11 == The longer answer ==
     18== What to work on? The longer answer ==
    1219
    1320If you're in doubt about what to work on, consider these pieces of advice:
Back to Top