Skip to content

Commit 5655e70

Browse files
authored
Merge branch 'develop' into fix/about-page-background
2 parents c12f94c + 40b1b0b commit 5655e70

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

common/p5Versions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@ export const currentP5Version = '1.11.8'; // Don't update to 2.x until 2026
55
// JSON.stringify([...document.querySelectorAll('._132722c7')].map(n => n.innerText), null, 2)
66
// TODO: use their API for this to grab these at build time?
77
export const p5Versions = [
8+
'2.0.4',
89
'2.0.3',
910
'2.0.2',
1011
'2.0.1',
1112
'2.0.0',
13+
'1.11.9',
1214
'1.11.8',
1315
'1.11.7',
1416
'1.11.6',

contributor_docs/preparing_a_pull_request.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Pull-requests are easier when your code is up to date!
88
Before submitting a pull request, make sure that:
99

1010
- Your work is related to an issue. **Pull requests that do not have an associated issue will not be accepted.**
11+
- **The issue is not already assigned to another contributor.** We follow a "first assigned, first served" approach to avoid duplicated work. If you open a PR for an issue that someone else is already working on, your PR will be closed.
1112
- Your work adheres to the style guidelines and fits in with the rest of the codebase.
1213
- You ran the project locally and tested your changes. Pay special attention to any specific areas of the p5.js editor that may be affected by your changes. Does everything still work as before? Great!
1314

0 commit comments

Comments
 (0)