From 05cef0c4f74e3b712057df62b27d63fe6b8a99f9 Mon Sep 17 00:00:00 2001 From: Paddy Carver Date: Mon, 4 Jan 2021 07:12:38 -0800 Subject: [PATCH] Use better command for module version detection. Update the issue templates to show a command that retrieves the current version of the module without relying on jq or any other tooling beyond the `go` command. Fixes #641. --- .github/ISSUE_TEMPLATE/bug_report.md | 2 +- .github/ISSUE_TEMPLATE/feature_request.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 66c24550f4..a657d1afc2 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -8,7 +8,7 @@ labels: bug