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_r361589156
########## 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 + large in scope, then please follow the wiki instructions to get the process rolling along. + - While raising a new JIRA or updating an existing one, please make sure to do the following + - The issue `type` and `components` (when resolving the ticket) are set correctly + - If you intend to target the JIRA for a specific release, please fill in the `fix version(s)` field, with the [release number](https://issues.apache.org/jira/projects/HUDI/releases). + - Summary should be descriptive enough to catch the essence of the problem/ feature + - Where necessary, capture the version of Hudi/Spark/Hive/Hadoop/Cloud environments in the ticket + - Whenever possible, provide steps to reproduce via sample code or on the [docker setup](https://hudi.apache.org/docker_demo.html) + - All newly filed JIRAs are placed in the `NEW` state. If you sure about this JIRA representing valid, scoped piece of work, please click `Accept Issue` to move it `OPEN` state + - If you are not sure, please wait for a PMC/Committer to confirm/triage the issue and accept it. This process avoids contributors spending time on JIRAs with unclear scope. + - Whenever possible, break down large JIRAs (e.g JIRAs resulting from a [RFC](https://cwiki.apache.org/confluence/display/HUDI/RFC+Process)) into `sub tasks` by clicking `More > create sub-task` from the parent JIRA , 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
