From e86a764bca6e5fe512b3aa5828d736cee3988195 Mon Sep 17 00:00:00 2001 From: Tianhao He Date: Tue, 4 Jun 2019 21:54:42 +0800 Subject: [PATCH] Update CONTRIBUTING.md --- CONTRIBUTING.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 33e90fbc..51fad725 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -7,24 +7,19 @@ Before you start working with this project, please read our [Developer Certifica ### Sample Template [Sample template](sample_template) contains boilerplate code that can be used to build a new sample. -Please copy the file and use it as a starting point to write a new sample. +Please copy one of the files and use it as a starting point to write a new sample. ### Required Information The following information must be included in the README.md or in the sample docstring in case README already exists in same folder. * Author Name * This can include full name, email address or other identifiable piece of information that would allow interested parties to contact author with questions. +* Compatible vCenter version + * This should be the vCenter version when the API is introduced, something like "6.5+" or "6.8.1+". * Minimal/High Level Description * What does the sample do ? * Any KNOWN limitations or dependencies -### Suggested Information - -The following information should be included when possible. Inclusion of information provides valuable information to consumers of the resource. -* vSphere version against which the sample was developed/tested -* SDK version against which the sample was developed/tested -* Python version against which the sample was developed/tested - ### Contribution Process * Follow the [GitHub process](https://help.github.com/articles/fork-a-repo) @@ -35,5 +30,4 @@ The following information should be included when possible. Inclusion of informa ### Code Style -Please conform to pep8 standards. Check your code by running the pep8 tool. - https://pypi.python.org/pypi/pep8 +Please conform to pep8 standards: https://pypi.python.org/pypi/pep8 with exceptions listed in setup.cfg