From 863dc3e33b46392e577ad843c7f54c1a3c91a11c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E1=97=AA=D1=94=CE=BD=CE=B9=CE=B7=20=E1=97=B7=CF=85=D0=BD?= =?UTF-8?q?=CA=9F?= Date: Sat, 12 Dec 2020 10:32:35 -0500 Subject: [PATCH] update pull request template (#347) Co-authored-by: Jeff Billimek --- .github/PULL_REQUEST_TEMPLATE.md | 45 +++++++++++++++++++++++++++----- 1 file changed, 39 insertions(+), 6 deletions(-) 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 + +