Skip to content

Commit 2e772b9

Browse files
committed
docs: Clarify branch compatibility
1 parent cfc2db3 commit 2e772b9

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/content/contributor-docs/en/contributing_to_the_p5js_reference.mdx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,12 @@ Class constructors are defined with the `@class` tag and the `@constructor` tag.
380380

381381
The p5.js repository is set up so that you can generate and preview the reference without needing to build and run the p5.js website as well.
382382

383-
To do so, make sure you have committed your changes to a branch of your fork of p5.js.
383+
To do so, make sure you have committed and pushed your changes to a branch of your fork of p5.js.
384+
385+
**Important:** Make sure you're working with compatible branches:
386+
387+
- Use the `2.0` branch of p5.js-website with the `dev-2.0` branch of p5.js
388+
- Use the `main` branch of p5.js-website with the `main` branch of p5.js
384389

385390
* First, ensure you have the necessary dependencies installed in the p5.js-website repository:
386391

0 commit comments

Comments
 (0)