Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 1.08 KB

CONTRIBUTING.md

File metadata and controls

20 lines (12 loc) · 1.08 KB
  1. Please sign the UCX contributors agreement.

  2. Please follow the code style and logging style.

  3. Make sure automatic tests pass.

  4. Request a review by mentioning the relevant reviewer.

  5. PR which is reviewed and currently waiting for a fix and/or response, will be marked with "Waiting for Author Response" by the reviewer,

  6. If you need to fix your PR, there are 2 options: amend (replace) your commit, or add new commit with fixes.

  • Before anyone has posted comments on the PR, it's allowed to amend.
    Example: Fixing bugs found in automatic tests.
  • If some comments have been posted, the fixes should be in a new commit.
    Reason: Replacing the commit discards the comments.
  1. After getting 👍 from one or more of UCX maintainers the PR can be merged.

More details here.