Add running gofmt to the PR template

This commit is contained in:
nikitar020 2019-03-13 10:04:36 +07:00
parent 8a56135a39
commit e773e1ee3d
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