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