From e773e1ee3d0a9d8d5491511f3076dc41a950d18d Mon Sep 17 00:00:00 2001 From: nikitar020 Date: Wed, 13 Mar 2019 10:04:36 +0700 Subject: [PATCH] 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