File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
src/content/contributor-docs/en Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -380,7 +380,12 @@ Class constructors are defined with the `@class` tag and the `@constructor` tag.
380380
381381The 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
You can’t perform that action at this time.
0 commit comments