From b6d3c36e1e5683501e061573422618cee7ac9204 Mon Sep 17 00:00:00 2001 From: Selam Waktola Date: Fri, 3 Apr 2026 13:11:13 -0700 Subject: [PATCH 1/3] docs: fix broken STYLE_GUIDE.md references --- .gemini/styleguide.md | 2 +- .github/PULL_REQUEST_TEMPLATE.md | 2 +- CONTRIBUTING.md | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.gemini/styleguide.md b/.gemini/styleguide.md index 0c7b7e46b..abeee7864 100644 --- a/.gemini/styleguide.md +++ b/.gemini/styleguide.md @@ -8,7 +8,7 @@ This style guide outlines the coding conventions for contributions to this repos Code should follow the relevant style guides, and use the correct auto-formatter, for each language, as described in -[the repository contributing guide's Style section](../STYLE_GUIDE.md). +[the repository contributing guide's Style section](../CONTRIBUTING.md#coding-style). ## Best Practices diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 1cba8aa99..7f60d0c6e 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -21,4 +21,4 @@ If you need help, consider asking for advice on the [discussion board]. [CLA]: https://cla.developers.google.com/ [Contributors Guide]: ../CONTRIBUTING.md [discussion board]: https://github.com/google/A2UI/discussions -[Style Guide]: ../STYLE_GUIDE.md +[Style Guide]: ../CONTRIBUTING.md#coding-style diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bd20995b8..2a8fc3135 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,9 +52,9 @@ Here are some additional things to keep in mind during the process: To keep our codebase consistent and maintainable, we follow specific coding standards for Python and TypeScript. -Please refer to [STYLE_GUIDE.md](STYLE_GUIDE.md) for detailed guidelines on: -* **Python**: specific formatting, linting, and naming conventions (Google Python Style). -* **TypeScript**: usage of `gts`, naming conventions, and code organization (Google TypeScript Style). +Please refer to the following style guides for detailed guidelines on: +* **Python**: [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html). +* **TypeScript**: usage of `gts` and [Google TypeScript Style Guide](https://google.github.io/styleguide/tsguide.html). * **License Headers**: required copyright notices. We expect all contributors to adhere to these styles. From f9f55942e3f6e41e473bfb7207e58989ae9c4c3e Mon Sep 17 00:00:00 2001 From: Selam Waktola Date: Fri, 3 Apr 2026 13:25:49 -0700 Subject: [PATCH 2/3] Update CONTRIBUTING.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2a8fc3135..e82510ae1 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -54,7 +54,7 @@ To keep our codebase consistent and maintainable, we follow specific coding stan Please refer to the following style guides for detailed guidelines on: * **Python**: [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html). -* **TypeScript**: usage of `gts` and [Google TypeScript Style Guide](https://google.github.io/styleguide/tsguide.html). +* **TypeScript**: usage of [`gts`](https://github.com/google/gts) and [Google TypeScript Style Guide](https://google.github.io/styleguide/tsguide.html). * **License Headers**: required copyright notices. We expect all contributors to adhere to these styles. From 80efe8dace4696f49c6488f08ce39f003f263bb1 Mon Sep 17 00:00:00 2001 From: Selam Waktola Date: Fri, 3 Apr 2026 13:26:19 -0700 Subject: [PATCH 3/3] Update CONTRIBUTING.md Co-authored-by: gemini-code-assist[bot] <176961590+gemini-code-assist[bot]@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e82510ae1..e9a2d0d91 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -52,7 +52,7 @@ Here are some additional things to keep in mind during the process: To keep our codebase consistent and maintainable, we follow specific coding standards for Python and TypeScript. -Please refer to the following style guides for detailed guidelines on: +Please refer to the following guidelines for detailed information on: * **Python**: [Google Python Style Guide](https://google.github.io/styleguide/pyguide.html). * **TypeScript**: usage of [`gts`](https://github.com/google/gts) and [Google TypeScript Style Guide](https://google.github.io/styleguide/tsguide.html). * **License Headers**: required copyright notices.