diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 4743a7bb5576..c905c3513cbd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -12,7 +12,7 @@ Thank you for opening a bug report. For faster processing, please include: - import path of package in question, e.g. `.../services/compute/mgmt/2018-06-01/compute` - SDK version e.g. `master`, `latest`, `18.1.0` - Specify the exact commit if possible; one way to get this is the REVISION - column output by `dep status "github.com/Azure/azure-sdk-for-go`. + column output by `go list -m `, for example `go list -m github.com/Azure/azure-sdk-for-go/sdk/azcore`. - output of `go version`