Re: Question on ticket triage process

2009-09-17 Thread Jacob Kaplan-Moss
On Thu, Sep 17, 2009 at 1:38 PM, Ben Davis wrote: > So by documentation,  do you mean updating the official django docs,  or > better documentation in the code itself? Yes :) As a general rule: * Self-documenting code is fine sans comments, but anything non-obvious needs explanation in the cod

Re: Question on ticket triage process

2009-09-17 Thread Ben Davis
So by documentation, do you mean updating the official django docs, or better documentation in the code itself? On Sat, Sep 12, 2009 at 2:15 PM, Eric Holscher wrote: > At first glance, tests and documentation. Everything needs both of these > things before they go into trunk. Having a complete

Re: Question on ticket triage process

2009-09-12 Thread Eric Holscher
At first glance, tests and documentation. Everything needs both of these things before they go into trunk. Having a complete patch like that will make it a lot easier for someone to see what you're doing, and verify that you have fixed it. Cheers, Eric --~--~-~--~~~---

Question on ticket triage process

2009-09-12 Thread Ben Davis
I noticed that ticket #9015 has been sitting at "accepted" for almost a year now. What's the next step for such a ticket? Does it need a milestone? Also, who is responsible for setting milestones? --~--~-~--~~~---~--~~