PULL_REQUEST_TEMPLATE 679 B

1234567891011121314151617181920212223
  1. Please answer these questions before submitting a pull request, **or your PR will get closed**.
  2. **Why submit this pull request?**
  3. - [ ] Bugfix
  4. - [ ] New feature provided
  5. - [ ] Improve performance
  6. - [ ] Backport patches
  7. **What changes will this PR take into?**
  8. Please update this section with detailed description.
  9. **Related issues**
  10. fix/resolve #0001
  11. **Checklist:**
  12. - [ ] Did you explain what problem does this PR solve? Or what new features have been added?
  13. - [ ] Have you added corresponding test cases?
  14. - [ ] Have you modified the corresponding document?
  15. - [ ] Is this PR backward compatible? If it is not backward compatible, please discuss on the mailing list first