From 35aab003b73a061ca92107e9b3884c931768930b Mon Sep 17 00:00:00 2001 From: Aditya Ray <96347576+adi-ray@users.noreply.github.com> Date: Tue, 5 Aug 2025 16:39:30 +0530 Subject: [PATCH] fix(docs): add issue assignment policy --- contributor_docs/preparing_a_pull_request.md | 1 + 1 file changed, 1 insertion(+) diff --git a/contributor_docs/preparing_a_pull_request.md b/contributor_docs/preparing_a_pull_request.md index 13f37ad422..9487d42c82 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!