docs: ISSUE_TEMPLATE.md, PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
d993a423bf
commit
6ccd0c5e53
6
.github/ISSUE_TEMPLATE.md
vendored
Normal file
6
.github/ISSUE_TEMPLATE.md
vendored
Normal 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
3
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal 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`.
|
Loading…
x
Reference in New Issue
Block a user