From edbd8709eca3ea6731d3028eb37e4a6afb6565af Mon Sep 17 00:00:00 2001 From: Krishnan Parthasarathi Date: Thu, 27 Jun 2019 15:47:46 -0700 Subject: [PATCH] Simplify PR template to ease new contributors' workflow (#7844) --- .github/PULL_REQUEST_TEMPLATE.md | 28 +++++++--------------------- 1 file changed, 7 insertions(+), 21 deletions(-) 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: )