You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,7 +79,7 @@ For new features or architectural changes:
79
79
-**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.
80
80
-**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`).
81
81
-**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`.
83
83
84
84
## LLM Usage Policy
85
85
@@ -89,7 +89,7 @@ To ensure a healthy and productive community, the following expectations apply:
89
89
90
90
### Acceptable Use of LLMs
91
91
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.**
93
93
- You should only submit contributions (PRs, comments, discussions, issues) that reflect your **own understanding** and **intent**, not what an Agent/LLM "spit out."
94
94
- You may use Agents/LLMs to help you **write better**, but not to **post more**.
95
95
@@ -109,7 +109,7 @@ To ensure a healthy and productive community, the following expectations apply:
109
109
110
110
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**.
111
111
112
-
> This isn’t about banning AI - it’s 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.
0 commit comments