aboutsummaryrefslogtreecommitdiff
path: root/owlbot.py
diff options
context:
space:
mode:
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
# ----------------------------------------------------------------------------