From b7f138c41a6f9e1434bc3b3eaf500519da8ae600 Mon Sep 17 00:00:00 2001 From: Tithi Joshi Date: Tue, 10 Feb 2026 12:38:22 +0530 Subject: [PATCH] docs: add brief note for new contributors before linting instructions Added note for new contributors about starting with documentation improvements and running code style checks. --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 8d8d305965..425f2c4d8e 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,15 @@ Due to time constraints, we cannot provide 1:1 support via GitHub. See you on Sl ## Adding Source Code & Sample Projects to This Repo (RP Contributors) +> **Note for new contributors:** +> If you are new to contributing to this repository, consider starting with +> small documentation improvements or minor clarifications before submitting +> code changes. This helps you become familiar with the project structure and +> contribution workflow. + +Before submitting code, make sure it is formatted correctly by running: + + ### Running Code Style Checks We use [Ruff](https://realpython.com/ruff-python/) to ensure a consistent code style and formatting for all of our sample code in this repository.