This is an automated email from the ASF dual-hosted git repository.

xuanwo pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-opendal.git


The following commit(s) were added to refs/heads/main by this push:
     new b97b90ad docs: Add contributing for OpenDAL (#1984)
b97b90ad is described below

commit b97b90ad78ae1cd84b7c0a1247bf03a78592546e
Author: Xuanwo <[email protected]>
AuthorDate: Fri Apr 14 13:37:12 2023 +0800

    docs: Add contributing for OpenDAL (#1984)
    
    * docs: Add contributing for OpenDAL
    
    Signed-off-by: Xuanwo <[email protected]>
    
    * Update CONTRIBUTING.md
    
    Co-authored-by: Suyan <[email protected]>
    
    * Address comments
    
    Signed-off-by: Xuanwo <[email protected]>
    
    ---------
    
    Signed-off-by: Xuanwo <[email protected]>
    Co-authored-by: Suyan <[email protected]>
---
 CONTRIBUTING.md | 27 +++++++++++++++++++++++++++
 1 file changed, 27 insertions(+)

diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 00000000..c88aa9eb
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,27 @@
+# Contributing
+
+Hello, 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. By closing on-going 
(instead of on-reviewing) PR allow both of us foucing our own work.
+
+You are welcome to reopen the PR at any time when you are ready for a new 
review.

Reply via email to