From 993494642916d7f63667532e7facc961176839cf Mon Sep 17 00:00:00 2001 From: Rahul Kumar <57394571+Rahul-D78@users.noreply.github.com> Date: Mon, 25 Sep 2023 17:35:25 +0530 Subject: [PATCH] fix(): Update pull_request_template checklist --- .github/pull_request_template.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 4879c1bc2..500c76362 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -30,6 +30,8 @@ test-cases * [ ] The title of the PR states what changed and the related issues number (used for the release note). * [ ] Does this PR requires documentation updates? * [ ] I've updated documentation as required by this PR. +* [ ] I have ran `go fmt` +* [ ] I have updated the helm chart as required by this PR. * [ ] I have performed a self-review of my own code. * [ ] I have commented my code, particularly in hard-to-understand areas. * [ ] I have tested it for all user roles. @@ -46,4 +48,4 @@ Enter your extended release note in the block below. If the PR requires addition ```release-note -``` \ No newline at end of file +```