This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch relax-and-have-fun in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 6446a641a3622d0ebe2cb4d58b3c4dc1f603228a Author: Xuanwo <[email protected]> AuthorDate: Fri Apr 14 15:40:04 2023 +0800 docs: Relax in community and don't hurry Signed-off-by: Xuanwo <[email protected]> --- CONTRIBUTING.md | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 919596e4..860b5342 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -4,8 +4,6 @@ Hello, welcome to the OpenDAL Community! This document will guide you on how to ## Taking Issues -**OpenDAL's Issue Roundtrip: 14 days** - It is highly recommended to request an assignment before beginning work on any issues to avoid conflicts with other community members. It is encouraged to post your work progress in the issues comment so that the community can stay informed about ongoing developments and offer any necessary assistance. @@ -16,12 +14,8 @@ By removing the assignment, we create space for other community members to take ## Sending PRs -**OpenDAL's PR Roundtrip: 24 hours** - -OpenDAL promises fast iteration (I mean very fast). - -We commit to reviewing your PRs within 24 hours, and often within 8 hours. In return, we expect you to respond to our review within 24 hours as well. *It doesn't mean you MUST respond to us within 24 hours. You can contribute at your own pace.* +We will try our best to review your PRs within 24 hours, and often within 8 hours. -If a PR receives no response for 24 hours, it will be closed. Please note that closing a PR does not mean rejection; we simply aim to keep our community iterating quickly by only tracking PRs awaiting review. By closing on-going (instead of on-reviewing) PR allow both of us foucing our own work. +If a PR does not receive a response within 24 hours, it will be converted to draft status. To indicate that you are ready for review, please mark the PR as `ready for review`. By default, all reviewers ignore draft PRs. -You are welcome to reopen the PR at any time when you are ready for a new review. +If a PR remains inactive for 30 days, it will be closed. It is important to note that closing a PR does not necessarily mean rejection; our goal is to keep our community iterating quickly. You are welcome to reopen the PR at any time when you are ready for another review.
