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

xushiyan pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 211a52c1e9 [HUDI-5036][DOCS] Update contribution guide based on PR 
validation (#7164)
211a52c1e9 is described below

commit 211a52c1e938c1e868ad2e1d2d9cfeba05e18285
Author: Jon Vexler <[email protected]>
AuthorDate: Fri Nov 11 12:12:14 2022 -0500

    [HUDI-5036][DOCS] Update contribution guide based on PR validation (#7164)
---
 website/contribute/developer-setup.md | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/website/contribute/developer-setup.md 
b/website/contribute/developer-setup.md
index edcd9d702e..561ec68132 100644
--- a/website/contribute/developer-setup.md
+++ b/website/contribute/developer-setup.md
@@ -139,7 +139,10 @@ and more importantly also try to improve the process along 
the way as well.
  - Sending a Pull Request
    - Format commit and the pull request title like `[HUDI-XXX] Fixes bug in 
Spark Datasource`, 
      where you replace `HUDI-XXX` with the appropriate JIRA issue. 
+   - Pull request titles must have either `[HUDI-XXX]` or `[MINOR]` in their 
title. Note the brackets and capitalization.
    - Please ensure your commit message body is descriptive of the change. 
Bulleted summary would be appreciated.
+   - You must follow the instructions in the template and fill out all fields 
to pass our compliance checks.
+   - Do not remove or modify any headings in the template.
    - Push your commit to your own fork/branch & create a pull request (PR) 
against the Hudi repo.
    - If you don't hear back within 3 days on the PR, please send an email to 
the dev @ mailing list.
    - Address code review comments & keep pushing changes to your fork/branch, 
which automatically updates the PR

Reply via email to