From 096f2c456ca09a1c82e21e60503ff0709b598e57 Mon Sep 17 00:00:00 2001 From: Thomas des Francs Date: Fri, 2 Feb 2024 14:38:00 +0100 Subject: [PATCH] Updating pull request prioritization policy (#3775) Introduce specific rules for Pull Requests (PRs) tagged with "size: minutes" and "size: days". --- .github/CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index 91fc0a72d7..c8633c541a 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -22,7 +22,7 @@ Good first issues are a great way to start contributing to the project and get f 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. -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. +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. This delay is reduced to one day for PR tagged with "size: minutes" and extended to a week for PR tagged "size: days". Therefore, ensure you are assigned to an issue before beginning work on it.