Please Create Tickets

Please Create Tickets

Hey everyone,
If you're going to fix a bug or add a new feature, please create a ticket.  All bug fixes, new features and enhancements should be worked as the result of a ticket.  Your commit message should then reference the ticket number (Dialog: Fixes #123: Some description.) and when you close the ticket you should reference the commit (Fixed in [234]).  If you're just re-organizing or trimming down some code, you don't need a ticket.
Also, just a reminder that if you're going to be adding or changing functionality, the proposal should be made public so the UI team and the community can discuss it before the code is committed.  If the change is small, you can attach a patch to the ticket and send a review request email to jquery-ui-dev.  If the change is big, you should create a branch in /branches/dev.
Having tickets for all of our changes makes it easy for users to see what we've been working on without digging through SVN logs.  This also makes it easier for us to create our changelogs.
Thanks.