From 6ccd0c5e53ba29177b9ea8a31ad65ea7c05c11c8 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Wed, 25 Jul 2018 23:09:56 +0300 Subject: [PATCH] docs: ISSUE_TEMPLATE.md, PULL_REQUEST_TEMPLATE.md --- CONTRIBUTING.md => .github/CONTRIBUTING.md | 0 .github/ISSUE_TEMPLATE.md | 6 ++++++ .github/PULL_REQUEST_TEMPLATE.md | 3 +++ 3 files changed, 9 insertions(+) rename CONTRIBUTING.md => .github/CONTRIBUTING.md (100%) create mode 100644 .github/ISSUE_TEMPLATE.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md 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