The core team vet tickets, getting them into a state where they can be tested, and screened. Steps are:
Take ownership of a ticket that is status "New" and not currently owned by someone else.
Verify that the issue is reproducible, adding a test case if necessary.
Set Approval to "Vetted."
- If the ticket has a patch that applies
Test the patch. If it seems to work, set the status to "Test."
If there isn't a unit test and you feel like writing one, please do so.
- Set fixVersion to the upcoming clojure version e.g. Clojure 1.6.
- Set Patch to Code or "Code and Test".
Release ownership of the ticket.
Labels:
1 Comment
Hide/Show CommentsDec 09, 2012
Rich Hickey
Not all tickets can follow this path. In particular, it only applies to bugs.
For enhancements which a vetter deems promising, they should speak with me. These almost always need more work and thought.