Skip to content
This repository has been archived by the owner on Feb 11, 2020. It is now read-only.

Latest commit

 

History

History
35 lines (22 loc) · 1.21 KB

CONTRIBUTING.md

File metadata and controls

35 lines (22 loc) · 1.21 KB

Contributing to PCF-Pipelines

The pcf-pipelines team uses GitHub and accepts contributions via pull request.

Contributor License Agreement

Follow these steps to make a contribution to pcf-pipelines:

  1. Ensure that you have completed our CLA Agreement for individuals or corporations.

  2. Set your name and email (these should match the information on your submitted CLA)

     git config --global user.name "Firstname Lastname"
     git config --global user.email "your_email@example.com"
    

General Workflow

  1. Fork the repository
  2. Create a feature branch
  3. Make changes on your branch
  4. Run tests
  5. Push to your fork, and submit a pull request with a clear message of the intent of your change.

Note

We favor pull requests with very small, single commits with a single purpose.

Your pull request is much more likely to be accepted if:

  • Your pull request includes tests

  • Your pull request is small and focused with a clear message that conveys the intent of your change