diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index fc60dd97..7c15d444 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,7 +1,40 @@ -#### Special notes for your reviewer: + + +**Description of the change** + + + +**Benefits** + + + +**Possible drawbacks** + + + +**Applicable issues** + + +- fixes # + +**Additional information** + + + +**Checklist** +- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). +- [ ] Title of the PR starts with chart name (e.g. `[home-assistant]`) +- [ ] Chart is using our [common](https://github.com/k8s-at-home/charts/tree/master/charts/common) library as a dependency. +- [ ] (optional) Variables are documented in the README.md + +