Skip to content

Instantly share code, notes, and snippets.

@jzaefferer
Last active March 13, 2016 15:45
Show Gist options
  • Save jzaefferer/7043261 to your computer and use it in GitHub Desktop.
Save jzaefferer/7043261 to your computer and use it in GitHub Desktop.
GitHub PR boilerplate

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
@jzaefferer
Copy link
Author

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).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment