From 466f9d590b2852f617052f8c6c499e60e2cdba09 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Thu, 7 May 2020 22:38:36 +0300 Subject: [PATCH] dev: remove old issue template --- .github/ISSUE_TEMPLATE.md | 43 --------------------------------------- 1 file changed, 43 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE.md b/.github/ISSUE_TEMPLATE.md deleted file mode 100644 index 84e4225a..00000000 --- a/.github/ISSUE_TEMPLATE.md +++ /dev/null @@ -1,43 +0,0 @@ -Thank you for creating the issue! - -- [ ] Yes, I'm using a binary release within 2 latest major releases. Only such installations are supported. -- [ ] Yes, I've searched similar issues on GitHub and didn't find any. -- [ ] Yes, I've included all information below (version, config, etc). - -Please include the following information: - -
Version of golangci-lint - -```console -$ golangci-lint --version -# paste output here -``` - -
- -
Config file - -```console -$ cat .golangci.yml -# paste output here -``` - -
- -
Go environment - -```console -$ go version && go env -# paste output here -``` - -
- -
Verbose output of running - -```console -$ golangci-lint run -v -# paste output here -``` - -