Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down