Skip to end of metadata
Go to start of metadata

The core team vet tickets, getting them into a state where they can be tested, and screened. Steps are:

  1. Take ownership of a ticket that is status "New" and not currently owned by someone else.

  2. Verify that the issue is reproducible, adding a test case if necessary.

  3. Set Approval to "Vetted."

  4. If the ticket has a patch that applies
    1. Test the patch. If it seems to work, set the status to "Test."

    2. If there isn't a unit test and you feel like writing one, please do so.

    3. Set fixVersion to the upcoming clojure version e.g. Clojure 1.6.
    4. Set Patch to Code or "Code and Test".
  5. Release ownership of the ticket.

Labels:
  1. Dec 09, 2012

    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.