You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

PULL_REQUEST_TEMPLATE.md 459B

12345678910
  1. Thanks for submitting a pull request!
  2. Please confirm that your pull request follows our guidelines found in CONTRIBUTING and that you provide enough information so that we can review your pull request.
  3. <Description of pull request, e.g. "Fix Grid Column not sortable with backend data and sort property">
  4. Fixes #<replace with an issue number>
  5. **Check when you have completed**
  6. [ ] Valid tests for the pull request
  7. [ ] Contributing guidelines implemented