Skip to content

Commit 696ef38

Browse files
committed
Copilot edits
Signed-off-by: Lorna-Kelly <lornakelly88@gmail.com>
1 parent 16d7b6d commit 696ef38

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ For new features or architectural changes:
7979
- **Linting & Formatting**: Follow the existing code style and formatting conventions used in the files you are editing. If the package you are changing defines linting or formatting scripts, run those before submitting code.
8080
- **Testing**: Ensure that logic changes are covered by tests, and run the relevant test commands for the packages you modify (see their documentation or `package.json`).
8181
- **Component Design**: Follow functional component patterns and ensure that UI state is managed predictably within the monorepo structure.
82-
- **New package creation**: If a new package needs to be created, please follow the standards used by the existing packages, including the standard commands `build:dev`, `build:prod`, `test`, `e2e-test`, `lint`
82+
- **New package creation**: If a new package needs to be created, please follow the standards used by the existing packages, including the standard commands `build:dev`, `build:prod`, `test`, `e2e-test`, `lint`.
8383

8484
## LLM Usage Policy
8585

@@ -89,7 +89,7 @@ To ensure a healthy and productive community, the following expectations apply:
8989

9090
### Acceptable Use of LLMs
9191

92-
- LLMs may be used to **assist your development** — e.g. drafting code, writing documentation, proposing fixes — as long as **you understand, validate**, and **take responsibility for the results.**
92+
- LLMs may be used to **assist your development** — e.g., drafting code, writing documentation, proposing fixes — as long as **you understand, validate**, and **take responsibility for the results.**
9393
- You should only submit contributions (PRs, comments, discussions, issues) that reflect your **own understanding** and **intent**, not what an Agent/LLM "spit out."
9494
- You may use Agents/LLMs to help you **write better**, but not to **post more**.
9595

@@ -109,7 +109,7 @@ To ensure a healthy and productive community, the following expectations apply:
109109

110110
If you're unsure whether your use of Agents/LLMs is acceptable - ask! We're happy to help contributors learn how to use AI tools effectively **without creating noise**.
111111

112-
> This isnt about banning AI - its about keeping this project collaborative, human-driven, and focused on quality.
112+
> This isn't about banning AI - it's about keeping this project collaborative, human-driven, and focused on quality.
113113
114114
## Pull Request Process
115115

0 commit comments

Comments
 (0)