The commit message needs to match our commit message style guide.
-
-
Save jzaefferer/7043261 to your computer and use it in GitHub Desktop.
Thank you for the contribution. Can you please sign our CLA? http://contribute.jquery.org/CLA/
Thank you for the contribution. PRs like this need a unit test along with the actual change. That's the only way to make sure we fix the right problems without causing regressions.
Thank you for the contribution. PRs like this need a ticket on http://bugs.jqueryui.com with status "open" (verified to be valid) and a unit test along with the actual change. That's the only way to make sure we fix the right problems without causing regressions.
- sign CLA
- reference valid ticket, status 'open'
- include unit tests
- code adheres to style guide
- commit message adheres to style guide
I'm going to start manually rocking this out for now.
Hi @username,
Thanks for taking the time to contribute to jQuery UI. We have the following requirements of pull requests before we can review them.
- Sign our CLA.
- A ticket with a reduced test case must be created on http://bugs.jqueryui.com and verified by the team.
- Include a unit test to ensure the fix works and prevent against regressions.
- Ensure code adheres to our style guide.
- Ensure commit messages adhere to our commit message style guide.
Copy and pastable:
Hi @username,
Thanks for taking the time to contribute to jQuery UI. We have the following requirements of pull requests before we can review them.
* [ ] Sign our [CLA](http://contribute.jquery.org/CLA/).
* [ ] A ticket with a reduced test case must be created on http://bugs.jqueryui.com and verified by the team.
* [ ] Include a unit test to ensure the fix works and prevent against regressions.
* [ ] Ensure code adheres to our [style guide](http://contribute.jquery.org/style-guide/js/).
* [ ] Ensure commit messages adhere to our [commit message style guide](http://wiki.jqueryui.com/w/page/25941597/Commit%20Message%20Style%20Guide).
Updated, copy and pastable, with new commit guideline link:
Hi @username,
Thanks for taking the time to contribute to jQuery UI. We have the following requirements of pull requests before we can review them.
* [ ] Sign our [CLA](http://contribute.jquery.org/CLA/).
* [ ] A ticket with a reduced test case must be created on http://bugs.jqueryui.com and verified by the team.
* [ ] Include a unit test to ensure the fix works and prevent against regressions.
* [ ] Ensure code adheres to our [style guide](http://contribute.jquery.org/style-guide/js/).
* [ ] Ensure commit messages adhere to our [commit message style guide](http://contribute.jquery.org/commits-and-pull-requests/#commit-guidelines).
I've added a 'pr-checklist.md'. We could have a bot add a comment with that checklist, which can include a few links. The bot can check the CLA, everything else would have to happen manually.