docs: ISSUE_TEMPLATE.md, PULL_REQUEST_TEMPLATE.md

This commit is contained in:
Denis Isaev 2018-07-25 23:09:56 +03:00
parent d993a423bf
commit 6ccd0c5e53
No known key found for this signature in database
GPG Key ID: A36A0EC8E27A1A01
3 changed files with 9 additions and 0 deletions

6
.github/ISSUE_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,6 @@
Thank you for creating the issue!
Please include the following information:
1. Version of golangci-lint: `golangci-lint --version` (or git commit if you don't use binary distribution)
2. Go environment: `go version && go env`
3. Verbose output of running: `golangci-lint run -v`

3
.github/PULL_REQUEST_TEMPLATE.md vendored Normal file
View File

@ -0,0 +1,3 @@
Thank you for the pull request!
Please make sure you didn't directly change `README.md`: it should be changed only by changing `README.tmpl.md` and running `make readme`.