From a839824f7ad138c166fb26c6c153bfe168bc7e5c Mon Sep 17 00:00:00 2001 From: Alexander Todorov Date: Thu, 24 Jan 2019 13:13:26 +0200 Subject: [PATCH] Add PR template with instructions for repo members this will serve as a reminder that sometimes Jenkins jobs can be missing or failing and also lists the comments which team members can use to trigger Jenkins jobs, especially for PRs from non-members. (cherry picked from commit de6419f0d18f4330656415a7fcfd57e99e5325b3) --- .github/pull_request_template.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/pull_request_template.md diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md new file mode 100644 index 00000000..e78e381f --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,19 @@ +--- Description of proposed changes --- + + + + +--- Merge policy --- + +- [ ] Travis CI PASS +- [ ] `*-aws-runtest` PASS +- [ ] `*-azure-runtest` PASS +- [ ] `*-images-runtest` PASS +- [ ] `*-openshift-runtest` PASS +- [ ] `*-vmware-runtest` PASS + +--- Jenkins commands --- + +- `ok to test` to accept this pull request for testing +- `test this please` for a one time test run +- `retest this please` to start a new build