Changes between Version 3 and Version 4 of SprintIdeas


Ignore:
Timestamp:
Sep 13, 2007, 2:36:14 PM (17 years ago)
Author:
Adrian Holovaty
Comment:

Started rewording intro

Legend:

Unmodified
Added
Removed
Modified
  • SprintIdeas

    v3 v4  
    1 = Choosing something to work on =
     1= What to work on during the Django sprint =
    22
    3 You can work on whatever you like. In a way, this is normal Django development, with the advantage/difference that a lot of people are going to be in more or less realtime contact. Some groups will be in the same physical location and the IRC channel will be available for more rapid feedback.
     3More 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 If you are in doubt about what to work on, choose to fix existing bugs, rather than add enhancements. Bugs are cases where we know something is not working correctly or as documented. Enhancements require a bit more of a judgement call from the maintainers about whether to include the feature and one big goal of the sprint is to try and ''reduce'' the number of open tickets by getting patches committed and tickets closed.
     5== The short answer ==
     6
     7'''Work on whatever you like.'''
     8
     9Our 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.)
     10
     11== The long answer ==
     12
     13If you're in doubt about what to work on, consider these pieces of advice:
     14
     15 * '''Fix existing bugs, rather than adding enhancements.''' Bugs are cases where we know something is not working correctly or as documented. Enhancements require a bit more of a judgment call from the maintainers about whether to include the feature, and one big goal of the sprint is to try and ''reduce'' the number of open tickets by getting patches committed and tickets closed.
    616
    717== "Big" items ==
Back to Top