1
0
mirror of https://github.com/vmware/vsphere-automation-sdk-python.git synced 2024-11-21 09:19:59 -05:00
vsphere-automation-sdk-python/issue_template.md

26 lines
1005 B
Markdown
Raw Normal View History

2018-04-18 20:23:07 -04:00
<!--
We use GitHub Issues to track bugs or feature requests for vSphere Automation Python SDK
For questions and discussions, Please visit forum: https://code.vmware.com/forums/7508/vsphere-automation-sdk-for-python
-->
2018-04-17 23:19:33 -04:00
2018-04-18 20:23:07 -04:00
<!-- Provide the following information so we can help you better -->
2018-04-17 23:19:33 -04:00
2018-04-18 20:23:07 -04:00
- [ ] I am using the [latest SDK version](https://github.com/vmware/vsphere-automation-sdk-python/releases)
- [ ] This API is compatible with my vCenter version (You can get the info from '__vcenter_version__' in each sample)
2018-04-30 17:24:01 -04:00
- [ ] I have searched [existing issues](https://github.com/vmware/vsphere-automation-sdk-python/issues?utf8=%E2%9C%93&q=is%3Aissue)
2018-04-17 23:19:33 -04:00
2018-04-18 20:23:07 -04:00
## Environment
- sdk package version:
<!-- Required. Run `pip list | grep v` in your python environment and paste its result here. -->
2018-04-17 23:19:33 -04:00
2018-04-18 20:23:07 -04:00
- python version:
<!-- Required. Run `python --version` in your python environment and paste its result here. -->
- vSphere version:
## Steps or code snippet to reproduce
## Actual behavior
## Expected behavior