From 6f9141934d5896756879a4a37483ab009f6eef74 Mon Sep 17 00:00:00 2001 From: James William Dumay Date: Wed, 5 Jul 2017 08:46:15 +1000 Subject: [PATCH] Requires the same PR template as used in BlueOcean --- PULL_REQUEST_TEMPLATE | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 PULL_REQUEST_TEMPLATE diff --git a/PULL_REQUEST_TEMPLATE b/PULL_REQUEST_TEMPLATE new file mode 100644 index 0000000..d6c33ca --- /dev/null +++ b/PULL_REQUEST_TEMPLATE @@ -0,0 +1,14 @@ +# Description + +See [JENKINS-XXXXX](https://issues.jenkins-ci.org/browse/JENKINS-XXXXX). + +# Submitter checklist +- [ ] Link to JIRA ticket in description, if appropriate. +- [ ] Change is code complete and matches issue description +- [ ] Appropriate unit or acceptance tests or explanation to why this change has no tests +- [ ] Reviewer's manual test instructions provided in PR description. See Reviewer's first task below. + +# Reviewer checklist +- [ ] Run the changes and verified the change matches the issue description +- [ ] Reviewed the code +- [ ] Verified that the appropriate tests have been written or valid explanation given