Skip to content

Commit 6ccd0c5

Browse files
committed
docs: ISSUE_TEMPLATE.md, PULL_REQUEST_TEMPLATE.md
1 parent d993a42 commit 6ccd0c5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed
File renamed without changes.

.github/ISSUE_TEMPLATE.md

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

.github/PULL_REQUEST_TEMPLATE.md

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

0 commit comments

Comments
 (0)