diff --git a/contributor_docs/preparing_a_pull_request.md b/contributor_docs/preparing_a_pull_request.md index 13f37ad42..9487d42c8 100644 --- a/contributor_docs/preparing_a_pull_request.md +++ b/contributor_docs/preparing_a_pull_request.md @@ -8,6 +8,7 @@ Pull-requests are easier when your code is up to date! Before submitting a pull request, make sure that: - Your work is related to an issue. **Pull requests that do not have an associated issue will not be accepted.** +- **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. - Your work adheres to the style guidelines and fits in with the rest of the codebase. - 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!