From a9efe6caaa341b05f49cd691e04a3fa7aec23f05 Mon Sep 17 00:00:00 2001 From: Lee Stott Date: Thu, 2 Jul 2026 16:02:41 +0100 Subject: [PATCH] Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index bc03bfb6..dfff93ee 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -17,6 +17,6 @@ If you find a typo or bug in any Jupyter notebook or lesson markdown file: 3. Submit a Pull Request with a clear description of the fix. ### 2. Submitting Translations -We welcome translations of the lessons into other languages! Please place translations under the `translations/` directory using standard ISO language codes (e.g. `translations/es/`). +We welcome translations of the lessons into other languages! Please place translations under the `translations/` directory using the existing folder names there (for example `translations/es/`, `translations/pt-BR/`, `translations/zh-CN/`). For more details, see [etc/CONTRIBUTING.md](etc/CONTRIBUTING.md).