From 8c53e9516a6b91a8299ac9a2efbc0b273b030c4e Mon Sep 17 00:00:00 2001 From: Carlos Tadeu Panato Junior Date: Fri, 21 Sep 2018 11:06:12 +0200 Subject: [PATCH] [propose] add checklist and small tweaks (#7628) * [propose] add checklist and small tweaks Signed-off-by: cpanato o * Fix wording Signed-off-by: David J. M. Karlsen --- .github/PULL_REQUEST_TEMPLATE.md | 14 +++++++++++--- 1 file changed, 11 insertions(+), 3 deletions(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 7badb84d67..621e3d4c2d 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -25,8 +25,16 @@ very quickly. Please check the results. We would like these checks to pass befor even continue reviewing your changes. --> -**What this PR does / why we need it**: +#### What this PR does / why we need it: -**Which issue this PR fixes** *(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)*: fixes # +#### Which issue this PR fixes +*(optional, in `fixes #(, fixes #, ...)` format, will close that issue when PR gets merged)* + - fixes # -**Special notes for your reviewer**: +#### Special notes for your reviewer: + +#### Checklist +[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.] +- [ ] [DCO](https://www.helm.sh/blog/helm-dco/index.html) signed +- [ ] Chart Version bumped +- [ ] Variables are documented in the README.md