From 859f8296c5bc29140a3a890939c96f5de7d0f3df Mon Sep 17 00:00:00 2001 From: Tim Collins <45351296+tico24@users.noreply.github.com> Date: Mon, 15 Aug 2022 07:06:13 +0100 Subject: [PATCH] Create pull_request_template.md (#153) --- .github/pull_request_template.md | 6 ++++++ 1 file changed, 6 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..da76f70 --- /dev/null +++ b/.github/pull_request_template.md @@ -0,0 +1,6 @@ +Checklist: + +* [] I have increased the chart version. +* [] I have updated the chart readme. +* [] I have updated the chart changelog. +* [] I have written CI tests for my change.