From 59a5d56e5b23898ac312f0b43ed3ff23ce82ec59 Mon Sep 17 00:00:00 2001 From: Alfonso Acosta Date: Mon, 23 May 2022 11:11:47 +0200 Subject: [PATCH] all: Encorage bug submitters to add exact commands In recent bug reports it would had been great to get exact the exact commands leading to the problem. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 9cea3f2..199e488 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -15,7 +15,7 @@ JS: Check `yarn.lock` or `package-lock.json` to find out precisely what version Go: Check `go.mod` or `go list -m`. --> -### What did you do? +### What did you do (add exact commands if possible)?