commit | d94a4cc12a4ee08d16f0576c4dc9a40933219a05 | [log] [tgz] |
---|---|---|
author | Anthonios Partheniou <partheniou@google.com> | Tue Dec 28 14:24:12 2021 -0500 |
committer | GitHub <noreply@github.com> | Tue Dec 28 19:24:12 2021 +0000 |
tree | 3563d9290ec05eb0454586d927c0a44bdde3428d | |
parent | 5a6231d31156644fdc0fd5a6ef8a0cef25d1dd9b [diff] [blame] |
chore: update CONTRIBUTING doc (#1639) This PR updates [CONTRIBUTING.rst](https://github.com/googleapis/google-api-python-client/blob/main/CONTRIBUTING.rst) to use the templated version from synthtool templates [here](https://github.com/googleapis/synthtool/blob/master/synthtool/gcp/templates/python_library/CONTRIBUTING.rst). Fixes #1634 🦕
diff --git a/owlbot.py b/owlbot.py index 0d995c1..4a03f4b 100644 --- a/owlbot.py +++ b/owlbot.py
@@ -35,6 +35,9 @@ # Move scripts folder needed for samples CI s.move(templated_files / 'scripts') +# Copy CONTRIBUTING.rst +s.move(templated_files / 'CONTRIBUTING.rst') + # ---------------------------------------------------------------------------- # Samples templates # ----------------------------------------------------------------------------