From dfc3f06d5d554991938d17b62c0f10cf704a0f14 Mon Sep 17 00:00:00 2001 From: Josh Hawkins <32435876+hawkeye217@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:53:32 -0500 Subject: [PATCH] tweaks --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index c8cf777a12..030ca1c2c8 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -66,7 +66,7 @@ Some honest context: when we review a PR, we're not just evaluating whether the ### Python (backend) -- **Python 3.13+** — use modern language features (type hints, pattern matching, f-strings, dataclasses) +- **Python** — use modern language features (type hints, pattern matching, f-strings, dataclasses) - **Formatting**: Ruff (configured in `pyproject.toml`) - **Linting**: Ruff - **Testing**: `python3 -u -m unittest` @@ -81,7 +81,7 @@ Some honest context: when we review a PR, we're not just evaluating whether the - **Formatting**: Prettier (`npm run prettier:write` from `web/`) - **Type safety**: TypeScript strict mode. Avoid `any`. - **i18n**: All user-facing strings must use `react-i18next`. Never hardcode display text in components. Add English strings to the appropriate files in `web/public/locales/en/`. -- **Components**: Use Radix UI primitives and TailwindCSS with the `cn()` utility. +- **Components**: Use Radix UI/shadcn primitives and TailwindCSS with the `cn()` utility. ### Development commands