The pcf-pipelines team uses GitHub and accepts contributions via pull request.
Follow these steps to make a contribution to pcf-pipelines:
-
Ensure that you have completed our CLA Agreement for individuals or corporations.
-
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 "[email protected]"
- Fork the repository
- Create a feature branch
- Make changes on your branch
- Run tests
- Push to your fork, and submit a pull request with a clear message of the intent of your change.
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