jquery / 2012-dev-summit

Information regarding the 2012 Developer Summit in DC
14 stars 14 forks source link

make trac "needs info" action auto paste the "thanks for contributing" message #66

Closed mikesherov closed 12 years ago

mikesherov commented 12 years ago

This text should be improved, and automatic every time we set to pending:

Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket.

Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate:  http://jsfiddle.net/FrKyN/. Open the link and click to "Fork" (in the top menu) to get started.
rdworth commented 12 years ago

One way to improve the text: we call it 'jQuery Git' not 'jQuery Edge'

timmywil commented 12 years ago

@rdworth fiddle calls it jQuery edge. We could say jQuery git ("edge")

elgreg commented 12 years ago

gnarf just showed me some default text options that Nacin came up with for WP Trac. Will wait for the Trac update before putting this in.

gnarf commented 12 years ago

Check out the second big red box on this page: http://make.wordpress.org/core/2011/02/16/trac-improvements/

@nacin did this plugin on the wordpress trac and I think we could use it to do this.

elgreg commented 12 years ago

---- Suggested New Text ----

Thanks for taking the time to contribute to the jQuery project! We need some more information to help us assess your ticket. Please make sure you:

  1. Provide a complete reduced test case against jQuery Edge on jsFiddle. (To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/. Open the link and click "Fork" in the top menu.)
  2. Provide test cases for any pull requests you may have submitted
  3. Provide any additional information we've asked for here on the bugs forum
elgreg commented 12 years ago

Started working on an updated version of TicketGuidelinesPlugin https://github.com/elgreg/TicketGuidelinesPlugin that will bring in a script.js and latch on to #action_pending

rwaldron commented 12 years ago

I love this.

timmywil commented 12 years ago

The text should probably say git("edge") rather than just edge and possibly mention that jsbin is acceptable.