Skip to content

Commit

Permalink
Clarify feature request template (Azure#2912)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vlad Barosan authored Oct 5, 2018
1 parent 0e42019 commit e87d0d3
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 12 deletions.
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ about: Report bugs in Azure Go SDK packages.
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`.
* output of `go version`
- 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`.
- output of `go version`

<!--
and please describe:
-->

* What happened?
* What did you expect or want to happen?
* How can we reproduce it?
* Anything we should know about your environment.
- What happened?
- What did you expect or want to happen?
- How can we reproduce it?
- Anything we should know about your environment.

<!--
Thanks!
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ about: Request new features for the Go SDK.

<!--
To help us better serve you, describe the feature you'd like and how it will help you.
-->

Note that this is for SDK specific features. For Service API feature requests, use https://github.com/Azure/azure-rest-api-specs.
-->
1 change: 0 additions & 1 deletion .github/ISSUE_TEMPLATE/service_package_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,3 @@ Kubernetes please link any related issues from those projects.
Thanks and looking forward to serving you!
-->

0 comments on commit e87d0d3

Please sign in to comment.