Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 1.02 KB

CONTRIBUTING.md

File metadata and controls

20 lines (11 loc) · 1.02 KB

Contributing

Contributing Guidelines

All pull request authors must have a Contributor License Agreement (CLA) on-file with us. Please sign the appropriate CLA (individual or corporate).

When sending signed CLA please provide your github username in case of individual CLA or the list of github usernames that can make pull requests on behalf of your organization.

If you are confident that you're covered under a Corporate CLA, please make sure you've publicized your membership in the appropriate Github Org, per these instructions.

Run the tests

See the Machete CF buildpack test framework for more information.

Pull Requests

  1. Fork the project
  2. Submit a pull request

NOTE: When submitting a pull request, please make sure to target the develop branch, so that your changes are up-to-date and easy to integrate with the most recent work on the buildpack. Thanks!