From 031767791de920e7eb9e20869186119ac2c90bcd Mon Sep 17 00:00:00 2001 From: Nitish Tiwari Date: Sat, 28 Oct 2017 19:44:19 +0530 Subject: [PATCH] Update GitHub PR template to include mint tests (#4970) Mint is the functional testing platform for Minio server. So, it is important that each PR to Minio server repository is checked for addition/updating of Mint test cases. --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index cb667a9d9..0081f55e0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,5 +24,6 @@ - [ ] 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 tests to cover my changes. +- [ ] 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