From c53d9ea7b6c112499a8ea39b9ecff25e6224cea9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlos=20Rodr=C3=ADguez=20Hern=C3=A1ndez?= Date: Mon, 10 Jun 2019 16:17:25 +0200 Subject: [PATCH] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index c2acbe6e0d..dbd88b9007 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -30,3 +30,9 @@ + +**Checklist** [Place an '[X]' (no spaces) in all applicable fields. Please remove unrelated fields.] +- [ ] Chart version bumped in `Chart.yaml` according to [semver](http://semver.org/). +- [ ] Variables are documented in the README.md +- [ ] Title of the PR starts with chart name (e.g. `[bitnami/chart]`) +- [ ] If the chart contains a `values-production.yaml` a part from `values.yaml`, ensure that you are implementing the changes in both files