From bcacb5cbcc2c5cb4595b219611b90527235b3cc7 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 23 Feb 2018 14:18:38 -0800 Subject: [PATCH 1/6] Update the Pull_request_template.md file --- .github/PULL_REQUEST_TEMPLATE.md | 24 ++++++++++++++++++++++-- 1 file changed, 22 insertions(+), 2 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 0f238d0558cd00..f0045c8c414189 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,4 +1,24 @@ -!!! If this is a backport PR (PR made against branches other than `master`), + From ba5d10d09eac7cf68e056239c98ffa2490360b08 Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 23 Feb 2018 14:23:34 -0800 Subject: [PATCH 2/6] Remove the "Please take a look ..." Just go to the point. --- .github/PULL_REQUEST_TEMPLATE.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f0045c8c414189..6121d7ad891a90 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,9 +1,6 @@ From c4271cd1f865e38ac263250a33170c70fcd65c0f Mon Sep 17 00:00:00 2001 From: Mariatta Date: Fri, 23 Feb 2018 15:00:27 -0800 Subject: [PATCH 6/6] Remove the checklist --- .github/PULL_REQUEST_TEMPLATE.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8ee5e7baa00942..9040474860c54a 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -24,12 +24,4 @@ Where: [X.Y] is the branch name, e.g. [3.6]. GH-NNNN refers to the PR number from `master`. -# Other checklist - -[ ] Sign the C.L.A -[ ] Link your GitHub account to b.p.o -[ ] If applicable, add a News file using blurb -[ ] Will backport be needed? Save us the trouble and let us know. -[ ] If applicable, add yourself to Misc/ACKS - -->