From 1c253a6086bf8a0293ac954fea3fd61776fc50ec Mon Sep 17 00:00:00 2001 From: dahn Date: Tue, 3 Apr 2018 10:06:25 +0000 Subject: [PATCH] indicate scope of tests in checklist (#2522) In cloudstack no-one person or organisation will ever be able to run all tests involving all kinds of hardware. make the checklist more realistic in this perspective. --- PULL_REQUEST_TEMPLATE.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index 8a5a30fdb54..1dd67599662 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -27,8 +27,10 @@ - [ ] My code follows the code style of this project. - [ ] My change requires a change to the documentation. - [ ] I have updated the documentation accordingly. +Testing - [ ] I have added tests to cover my changes. -- [ ] All new and existing tests passed. +- [ ] All relevant new and existing integration tests have passed. +- [ ] A full integration testsuite with all test that can run on my environment has passed. @blueorangutan package