diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 19f21cd53..70bb2c6cd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,33 +1,19 @@ - - ## Description - + ## Motivation and Context - - -## Regression - - -## How Has This Been Tested? - - - +## How to test this PR? + ## Types of changes - - [ ] Bug fix (non-breaking change which fixes an issue) - [ ] New feature (non-breaking change which adds functionality) - [ ] Breaking change (fix or feature that would cause existing functionality to change) ## Checklist: - - -- [ ] My code follows the code style of this project. -- [ ] My change requires a change to the documentation. -- [ ] I have updated the documentation accordingly. -- [ ] I have added unit tests to cover my changes. -- [ ] I have added/updated functional tests in [mint](https://github.com/minio/mint). (If yes, add `mint` PR # here: ) -- [ ] All new and existing tests passed. \ No newline at end of file +- [ ] Fixes a regression (If yes, please add `commit-id` or `PR #` here) +- [ ] Documentation needed +- [ ] Unit tests needed +- [ ] Functional tests needed (If yes, add [mint](https://github.com/minio/mint) PR # here: )