From f1803312c6a046f94c23cfeaed3e8656afccf7c3 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Mon, 2 Jun 2025 09:56:57 -0700 Subject: [PATCH] Copybara import of the project: -- 618add7d297cbe26f26f45aa01b39c3d086a13e8 by Hangfei Lin : doc: Create readme.md -- 5ba85d653cac11b2858ee5d53d175c1c16d933ec by Hangfei Lin : doc: Update CONTRIBUTING.md -- 02606a34babba6a660886a073332979fb2b12fc3 by Wei Sun (Jack) : Rename readme.md to README.md -- 08a38bd5727bf554f6fb043c73623d367e9b138e by Hangfei Lin : Update README.md -- 92e7ee6d498dfce35f1c6df44c1ec0f86ae5d513 by Wei Sun (Jack) : Update README.md -- 69c3a44e6946b3541746ded43dae8a70d47d538f by Wei Sun (Jack) : Update README.md -- 9de40783990ae9935463b37225c186e91c93025d by Wei Sun (Jack) : Update README.md -- 0f8a011ddc5b22ba8361ce7b34413a34cfcf15ba by Wei Sun (Jack) : Update README.md COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1058 from google:hangfei-patch-2 81eacedef69468fa554312a187880ccf4c30c559 PiperOrigin-RevId: 766234622 --- CONTRIBUTING.md | 3 +++ contributing/samples/README.md | 9 +++++++++ 2 files changed, 12 insertions(+) create mode 100644 contributing/samples/README.md 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.