Skip to content

Commit

Permalink
docs: add contributing and authoring guides under samples/ (#633)
Browse files Browse the repository at this point in the history
* add samples contributing and authoring guides

* update CODEOWNERS for samples changes
  • Loading branch information
cojenco committed Oct 21, 2021
1 parent 6602e39 commit 420591a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Expand Up @@ -8,3 +8,7 @@
# The cloud-storage-dpe team is the default owner for anything not
# explicitly taken by someone else.
* @googleapis/cloud-storage-dpe @googleapis/yoshi-python

# Additionally, the python-samples-owners team is also among
# the default owners for samples changes.
/samples/ @googleapis/cloud-storage-dpe @googleapis/yoshi-python @googleapis/python-samples-owners
1 change: 1 addition & 0 deletions samples/AUTHORING_GUIDE.md
@@ -0,0 +1 @@
See https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/AUTHORING_GUIDE.md
1 change: 1 addition & 0 deletions samples/CONTRIBUTING.md
@@ -0,0 +1 @@
See https://github.com/GoogleCloudPlatform/python-docs-samples/blob/master/CONTRIBUTING.md

0 comments on commit 420591a

Please sign in to comment.