From 9bc9b33e5528cefabecaae6bb3617dbbd15858e7 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Thu, 28 Nov 2019 16:26:44 -0800 Subject: [PATCH 1/2] Update v1-bug-report.md --- .github/ISSUE_TEMPLATE/v1-bug-report.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/v1-bug-report.md b/.github/ISSUE_TEMPLATE/v1-bug-report.md index 2dd8414..f051613 100644 --- a/.github/ISSUE_TEMPLATE/v1-bug-report.md +++ b/.github/ISSUE_TEMPLATE/v1-bug-report.md @@ -48,8 +48,14 @@ If you can reproduce this issue with a public CI system, please link a failing b We'd love to have more contributors on this project! If the fix for this bug is easily explained and very small, free free to create a pull request for it. You'll want to base the PR off the `v1` branch, all `v1` bug fix releases will be made from that branch. +## Run `go version` and paste its output here + +``` +# paste `go version` output in here +``` + ## Run `go env` and paste its output here ``` -# paste it in here +# paste `go env` output in here ``` From d8147351c2443039e4c3c87869177faad1dfd9d2 Mon Sep 17 00:00:00 2001 From: "lynn [they]" Date: Thu, 28 Nov 2019 16:27:06 -0800 Subject: [PATCH 2/2] Update v2-bug-report.md --- .github/ISSUE_TEMPLATE/v2-bug-report.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/ISSUE_TEMPLATE/v2-bug-report.md b/.github/ISSUE_TEMPLATE/v2-bug-report.md index f479fea..4d60eee 100644 --- a/.github/ISSUE_TEMPLATE/v2-bug-report.md +++ b/.github/ISSUE_TEMPLATE/v2-bug-report.md @@ -47,9 +47,14 @@ If you can reproduce this issue with a public CI system, please link a failing b ## Want to fix this yourself? We'd love to have more contributors on this project! If the fix for this bug is easily explained and very small, free free to create a pull request for it. +## Run `go version` and paste its output here + +``` +# paste `go version` output in here +``` ## Run `go env` and paste its output here ``` -# paste it in here +# paste `go env` output in here ```