Skip to content

Commit

Permalink
chore: Update instructions on how to get SDK version (Azure#21571)
Browse files Browse the repository at this point in the history
* chore: Update instructions on how to get SDK version

* Update bug_report.md
  • Loading branch information
erezrokah authored Sep 18, 2023
1 parent eaef0e4 commit 61d9666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <module>`, for example `go list -m github.com/Azure/azure-sdk-for-go/sdk/azcore`.
- output of `go version`

<!--
Expand Down

0 comments on commit 61d9666

Please sign in to comment.