mirror of
https://github.com/minio/minio
synced 2024-11-05 17:34:01 +00:00
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.
This commit is contained in:
parent
3b917067d9
commit
031767791d
1 changed files with 2 additions and 1 deletions
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
|
@ -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.
|
Loading…
Reference in a new issue