From 31ada2af09e3f6975843a095391c5a5e36e6f7bc Mon Sep 17 00:00:00 2001 From: Adam Jones Date: Thu, 10 Nov 2022 19:40:45 +0000 Subject: [PATCH] chore: Add a clarifying note to the bug report template (#3355) Co-authored-by: Fernandez Ludovic --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index b295e748cd89..8b58bf4da0e5 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -11,9 +11,9 @@ body: required: true - label: Yes, I've searched similar issues on GitHub and didn't find any. required: true - - label: Yes, I've included all information below (version, config, etc). + - label: Yes, I've included all information below (version, config, etc.). required: true - - label: Yes, I've tried with the standalone linter if available. (https://golangci-lint.run/usage/linters/) + - label: Yes, I've tried with the standalone linter if available (e.g., gocritic, go vet, etc.). (https://golangci-lint.run/usage/linters/) required: true - type: textarea