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: contributor_docs/preparing_a_pull_request.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,6 +8,7 @@ Pull-requests are easier when your code is up to date!
8
8
Before submitting a pull request, make sure that:
9
9
10
10
- 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.
11
12
- Your work adheres to the style guidelines and fits in with the rest of the codebase.
12
13
- 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!
0 commit comments