Skip to content

Latest commit

 

History

History
11 lines (11 loc) · 1.08 KB

CONTRIBUTIONS.md

File metadata and controls

11 lines (11 loc) · 1.08 KB

Contribution Guidelines

  • Read and agree to the Developer Certificate of Origin document.
  • Fork and Create a Pull Request
    • Fork the dbb-pipeline repo, create a new sample or bug fix branch from master and apply your changes there. Create a Pull Request from your sample/bug fix branch against the dbb-pipeline master branch.
    • Limit each Pull Request to one new sample or bug fix. Don't bundle multiple sample/changes (e.g. a new sample and a fix to an existing sample) into a single Pull Request - create one PR for the new sample, and a separate PR for the fix.
    • For complex changes, try to squash your changes into a single commit. Don't create a PR consisting of 20 commits that show your work in progress. Before you create the PR, squash your changes into a single commit.
  • Send an email to [email protected] with a link to the Pull Request and the following statement:
DCO 1.1 signed-off-by: Random J Developer [email protected].
  • The contribution will be reviewed by a member of the IBM zDevOps team.