Skip to content

Commit 60ef365

Browse files
committed
Update README.md
Update the reference contributing guide in the README
1 parent 233eda7 commit 60ef365

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ If you discover a bug or have an idea for a new feature you'd like to add, begin
2626

2727
### Content Changes
2828
If you are here to edit or translate content, please do so inside [the `src/content/` folder](/src/content).
29+
The English reference files in src/content/reference/en/ are auto-generated from JSDoc comments in the p5.js library source code and should not be edited directly in this repository. Any changes made here will be overwritten the next time the reference is generated.
30+
To fix or improve English reference content, make your changes in the p5.js library repository instead. [See the Contributing to the p5.js Reference guide] (https://beta.p5js.org/contribute/contributing_to_the_p5js_reference/).
31+
Exception: Translation files such as src/content/reference/es/ are stored directly in this repository and can be edited here directly.
2932

3033
### Code Changes
3134
For making code changes, please check out the [technical overview](./docs/technical_overview.md) to get started.

0 commit comments

Comments
 (0)