From 4f308bdbd8a9d8535b7ba3deb2981a3fee36b64a Mon Sep 17 00:00:00 2001 From: nikitar020 <42252263+nikitar020@users.noreply.github.com> Date: Thu, 14 Mar 2019 11:24:39 +0200 Subject: [PATCH] Add running gofmt to the PR template (#259) * Update CODEOWNERS * Add running gofmt to the PR template --- PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/PULL_REQUEST_TEMPLATE.md b/PULL_REQUEST_TEMPLATE.md index c6a8195..fde5165 100644 --- a/PULL_REQUEST_TEMPLATE.md +++ b/PULL_REQUEST_TEMPLATE.md @@ -29,6 +29,7 @@ Please describe the tests that you ran to verify your changes. Provide instructi ## Checklist: +- [ ] I have run `gofmt` on the project - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas