From e116aae788f8e550fc143185dbde6cf7fb5b4f34 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Wed, 18 Apr 2018 17:23:07 -0700 Subject: [PATCH] Update issue_template.md --- issue_template.md | 30 +++++++++++++++++++++--------- 1 file changed, 21 insertions(+), 9 deletions(-) diff --git a/issue_template.md b/issue_template.md index 7c404336..88c34aa7 100644 --- a/issue_template.md +++ b/issue_template.md @@ -1,13 +1,25 @@ -- Steps or code snippet to reproduce + -- Expected behavior + -- Actual behavior +- [ ] 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) +- [ ] I have searched [existing issues](https://github.com/facebook/react-native/issues) -- Environment info +## Environment +- sdk package version: + - - sdk package version: ```pip list | grep v``` - - - python version: - - - vSphere version: +- python version: + + +- vSphere version: + +## Steps or code snippet to reproduce + +## Actual behavior + +## Expected behavior