From 6782a645ea67138f5e260de1d55794dbf4efdb72 Mon Sep 17 00:00:00 2001 From: dahn Date: Tue, 3 Apr 2018 07:59:54 +0200 Subject: [PATCH] indicate scope of tests in checklist 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 8a5a30fdb54d..1dd67599662c 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