This is an automated email from the ASF dual-hosted git repository. xuanwo pushed a commit to branch contributing in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git
commit 109c933d4aa7531b19b3cf3b2c20ff9c53481495 Author: Xuanwo <[email protected]> AuthorDate: Fri Apr 14 13:16:09 2023 +0800 docs: Add contributing for OpenDAL Signed-off-by: Xuanwo <[email protected]> --- CONTRIBUTING.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md new file mode 100644 index 00000000..6cdbe07c --- /dev/null +++ b/CONTRIBUTING.md @@ -0,0 +1,27 @@ +# Contributing + +Hello contributors, welcome to the OpenDAL Community! This document will guide you on how to participate in our community and enjoy your time here. + +## 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. + +It is possible that your assignment has been removed after 14 days of no updates. Please note that this is not a punishment or dissatisfaction from the community. We understand that life can be challenging, and things may not always go as planned. + +By removing the assignment, we create space for other community members to take over. Additionally, we do not frequently check the assignment due date, so please communicate any stale issues through the issue tracker. + +## 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. + +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. + +You are welcome to reopen the PR at any time when you are ready for a new review.
