1
0
mirror of https://github.com/StackExchange/dnscontrol.git synced 2024-05-11 05:55:12 +00:00

DOCS: GitHub pull request template (#2006)

Co-authored-by: Tom Limoncelli <tlimoncelli@stackoverflow.com>
This commit is contained in:
Jeffrey Cafferata
2023-01-30 14:40:35 +01:00
committed by GitHub
parent fd393e39f5
commit 39f0bf6009

8
.github/pull_request_template.md vendored Normal file
View File

@@ -0,0 +1,8 @@
<!--
Before you submit a pull request, please make sure you've run the following commands from the root directory.
go fmt ./...
go generate
go tidy
!-->