mirror of
https://github.com/scratchfoundation/golangci-lint.git
synced 2025-08-28 22:28:43 -04:00
docs: ISSUE_TEMPLATE.md, PULL_REQUEST_TEMPLATE.md
This commit is contained in:
parent
d993a423bf
commit
6ccd0c5e53
3 changed files with 9 additions and 0 deletions
0
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
0
CONTRIBUTING.md → .github/CONTRIBUTING.md
vendored
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…
Add table
Add a link
Reference in a new issue