From d600e4e04d6a1c130f76b19588d641c28d4b5fe3 Mon Sep 17 00:00:00 2001 From: Kartik Sahu Date: Fri, 7 Aug 2026 02:12:30 +0530 Subject: [PATCH] docs: add helpful tip for contributors before submitting PRs --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 182192cb552..db82b7e4984 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,8 @@ The documentation is divided into several sections with a different tone and pur 1. If possible, test any visual changes in all latest versions of common browsers, on both desktop and mobile. 2. Run `yarn check-all`. (This will run Prettier, ESLint and validate types.) +> **💡 Tip:** Before submitting your PR, make sure your changes follow the [React documentation style guide](https://github.com/reactjs/react.dev/blob/main/CONTRIBUTING.md) and all automated checks pass. + ### Push it 1. `git add -A && git commit -m "My message"` (replacing `My message` with a commit message, such as `Fix header logo on Android`) to stage and commit your changes