yanghua commented on a change in pull request #1141: [MINOR] Improve documentation around existing contribution guidelines URL: https://github.com/apache/incubator-hudi/pull/1141#discussion_r361574804
########## File path: docs/contributing.md ########## @@ -85,12 +46,103 @@ Here's a typical lifecycle of events to contribute to Hudi. - [Voting on a release](https://www.apache.org/foundation/voting.html): Everyone can vote. Only Hudi PMC members should mark their votes as binding. +## Life of a Contributor + +This document details processes and procedures we follow to make contributions to the project and take it forward. +If you are looking to ramp up into the project as a contributor, we highly encourage you to read this guide in full, familiarize yourself with the workflow +and more importantly also try to improve the process along the way as well. + +### Filing JIRAs + + - Hudi uses JIRA to manage issues. First familiarize yourself with the various [components](https://issues.apache.org/jira/projects/HUDI/components) against which issues are filed in Hudi. + - Make an attempt to find an existing JIRA, that may solve the same issue you are reporting. When in doubt, you can always email the mailing list so that community can provide early feedback, + point out any similar JIRAs or RFCs. + - Try to gauge whether this JIRA needs an [RFC](https://cwiki.apache.org/confluence/display/HUDI/RFC+Process). As always, email the mailing list if unsure. If you need a RFC since the change is Review comment: “a RFC” -> "an RFC" ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
