From aa603f1ff4acccad7c8ec4ba69875852eeada329 Mon Sep 17 00:00:00 2001 From: Charles Bochet Date: Tue, 23 Jan 2024 17:29:10 +0100 Subject: [PATCH] Update contributing guidelines with PR precendence (#3590) --- .github/CONTRIBUTING.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index a51783f7f2..91fc0a72d7 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -20,7 +20,11 @@ Good first issues are a great way to start contributing to the project and get f 1. Visit the "[Issues](https://github.com/twentyhq/twenty/issues)" tab on the main [repository](https://github.com/twentyhq/twenty). 2. Use the "Labels" filter and select "[Good First Issue](https://github.com/twentyhq/twenty/labels/good%20first%20issue)" to see a list of beginner-friendly tasks. -3. Choose an issue that interests you, fork the project, and start working on it. Once you solve and test the issue, open a PR for review. +3. Choose an issue that interests you, fork the project, and start working on it. Once you solve and test the issue, open a PR for review. + +Note: We are aware that having multiple contributors address the same issue can cause frustration. To prevent this, we adhere to a specific guideline: if a core team member has assigned an issue to a contributor, either as the issue assignee or through explicit assignment in the issue comments within the past three days, that contributor's pull request takes precedence. Otherwise, the first PR submitted will be given priority. + +Therefore, ensure you are assigned to an issue before beginning work on it.