mirror of
https://github.com/vmware/vsphere-automation-sdk-python.git
synced 2024-11-23 01:49:59 -05:00
Update CONTRIBUTING.md
This commit is contained in:
parent
206c99463a
commit
e86a764bca
@ -7,24 +7,19 @@ Before you start working with this project, please read our [Developer Certifica
|
|||||||
### Sample Template
|
### Sample Template
|
||||||
|
|
||||||
[Sample template](sample_template) contains boilerplate code that can be used to build a new sample.
|
[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
|
### 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.
|
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
|
* 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.
|
* 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
|
* Minimal/High Level Description
|
||||||
* What does the sample do ?
|
* What does the sample do ?
|
||||||
* Any KNOWN limitations or dependencies
|
* 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
|
### Contribution Process
|
||||||
|
|
||||||
* Follow the [GitHub process](https://help.github.com/articles/fork-a-repo)
|
* 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
|
### Code Style
|
||||||
|
|
||||||
Please conform to pep8 standards. Check your code by running the pep8 tool.
|
Please conform to pep8 standards: https://pypi.python.org/pypi/pep8 with exceptions listed in setup.cfg
|
||||||
https://pypi.python.org/pypi/pep8
|
|
||||||
|
Loading…
Reference in New Issue
Block a user