mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-11 01:47:53 +08:00
DOCS: Pull request template: Fixed go mod tidy
command (#2021)
Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
parent
d8d25bf608
commit
e5b7870bb6
1 changed files with 1 additions and 1 deletions
2
.github/pull_request_template.md
vendored
2
.github/pull_request_template.md
vendored
|
@ -3,6 +3,6 @@ Before you submit a pull request, please make sure you've run the following comm
|
||||||
|
|
||||||
go fmt ./...
|
go fmt ./...
|
||||||
go generate
|
go generate
|
||||||
go tidy
|
go mod tidy
|
||||||
!-->
|
!-->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue