Skip to content

Commit 40b1b0b

Browse files
authored
Merge pull request #3572 from adi-ray/develop
Add issue assignment policy to contributor_docs
2 parents bd4212d + 5173181 commit 40b1b0b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)