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..e9a2d0d91 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 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. We expect all contributors to adhere to these styles.