diff --git a/CONTRIBUTING.md b/.github/CONTRIBUTING.md similarity index 100% rename from CONTRIBUTING.md rename to .github/CONTRIBUTING.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md new file mode 100644 index 00000000..f79ba401 --- /dev/null +++ b/.github/ISSUE_TEMPLATE.md @@ -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` \ No newline at end of file diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..9dc2423c --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -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`. \ No newline at end of file