aboutsummaryrefslogtreecommitdiff
path: root/owlbot.py
diff options
context:
space:
mode:
authorAnthonios Partheniou <partheniou@google.com>2021-12-28 14:24:12 -0500
committerGitHub <noreply@github.com>2021-12-28 19:24:12 +0000
commitd94a4cc12a4ee08d16f0576c4dc9a40933219a05 (patch)
tree3563d9290ec05eb0454586d927c0a44bdde3428d /owlbot.py
parent5a6231d31156644fdc0fd5a6ef8a0cef25d1dd9b (diff)
downloadgoogle-api-python-client-d94a4cc12a4ee08d16f0576c4dc9a40933219a05.tar.gz
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 🦕
Diffstat (limited to 'owlbot.py')
-rw-r--r--owlbot.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/owlbot.py b/owlbot.py
index 0d995c19f..4a03f4bdd 100644
--- a/owlbot.py
+++ b/owlbot.py
@@ -35,6 +35,9 @@ s.move(templated_files / '.github', excludes=['CODEOWNERS'])
# Move scripts folder needed for samples CI
s.move(templated_files / 'scripts')
+# Copy CONTRIBUTING.rst
+s.move(templated_files / 'CONTRIBUTING.rst')
+
# ----------------------------------------------------------------------------
# Samples templates
# ----------------------------------------------------------------------------