diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd7f772..c0f3d00 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -198,6 +198,9 @@ For any changes that impact user-facing documentation (guides, API reference, tu pip install dist/google_adk--py3-none-any.whl ``` +## Contributing Resources + +[Contributing folder](https://github.com/google/adk-python/tree/main/contributing/samples) has resources that is helpful for contributors. ## Code reviews diff --git a/contributing/samples/README.md b/contributing/samples/README.md new file mode 100644 index 0000000..a2abab6 --- /dev/null +++ b/contributing/samples/README.md @@ -0,0 +1,9 @@ +# Contributing Resources + +This folder host resources for ADK contributors, for example, testing samples etc. + +# Samples + +Samples folder host samples to test different features. The samples are usually minimal and simplistic to test one or a few scenarios. + +**Note**: This is different from the [google/adk-samples](https://github.com/google/adk-samples) repo, which hosts more complex e2e samples for customers to use or modify directly.