From 251493e3dce3f407208e63aaa8370285a1b0e9f5 Mon Sep 17 00:00:00 2001 From: Valeriano Manassero <14011549+valeriano-manassero@users.noreply.github.com> Date: Fri, 16 Jun 2023 08:59:50 +0200 Subject: [PATCH] Added: pr template --- .github/PULL_REQUEST_TEMPLATE.md | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000..d286dfc --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,18 @@ +**What this PR does / why we need it**: + + +**Checklist** +- [ ] Reviewed the [`CONTRIBUTING.md`](https://github.com/allegroai/clearml-helm-charts/blob/main/CONTRIBUTING.md#pull-requests) guide (**required**) +- [ ] Verify the work you plan to merge addresses an existing [issue](https://github.com/allegroai/clearml-helm-charts/issues) (If not, open a new one) (**required**) +- [ ] Check your branch with `helm lint` (**required**) +- [ ] Update `version` in `Chart.yaml` according [semver](https://semver.org/) rules (**required**) +- [ ] Substitute `annotations` section in `Chart.yaml` annotating implementations (useful for Artifecthub changelog) (**required**) +- [ ] Update chart README using [helm-docs](https://github.com/norwoodj/helm-docs) (**required**) + + +**Which issue(s) this PR fixes**: + +Fixes # + +**Special notes for your reviewer**: +