From 680ef82866b0888c55a83d4755bf6f081e8ec7b0 Mon Sep 17 00:00:00 2001 From: Andy Bidlen Date: Fri, 21 Jan 2022 18:35:12 -0500 Subject: [PATCH] Fixes #124 - Contributor License Agreement issue. Added information about the required DCO to submit a Pull Request and comply with the CLA. Signed-off-by: Andy Bidlen --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index a82900f..f79c491 100644 --- a/README.md +++ b/README.md @@ -73,6 +73,10 @@ The repository has been provided to allow the community to share resources that ## Meta Information This section will provide guidance on information which should be included with each submitted PowerCLI resource. Information listed in the Suggested Information will not be required for commit of a pull request to the repo, but will certainly increase ease of use for users of the resource. + +### Pull Request Requirements +To comply with VMware's Client License Agreement (CLA), you must sign every commit in a Pull Request acknowledging the Developer Certificate of Origin (DCO) before your changes are merged. This can be done by adding "Signed-off-by: John Doe " (< > are required around the address) to the last line of each Git commit message. The e-mail address used to sign must match the e-mail address of the Git author. Click here to view the Developer Certificate of Origin agreement + ### Required Information The following information must be included with each submitted scripting resource. Please include the information in the appropriate location based upon the submitted scripting resource.