Add running gofmt to the PR template (#259)

* Update CODEOWNERS

* Add running gofmt to the PR template
This commit is contained in:
nikitar020 2019-03-14 11:24:39 +02:00 committed by Max Risuhin
parent 4710948cd1
commit 4f308bdbd8
1 changed files with 1 additions and 0 deletions

View File

@ -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