-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ed7162b
commit dc80df1
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Contributing to haproxy-boshrelease | ||
|
||
## Contributor License Agreement | ||
|
||
Follow these steps to make a contribution to any of CF open source repositories: | ||
|
||
1. Ensure that you have completed our CLA Agreement for | ||
[individuals](http://cloudfoundry.org/pdfs/CFF_Individual_CLA.pdf) or | ||
[corporations](http://cloudfoundry.org/pdfs/CFF_Corporate_CLA.pdf). | ||
|
||
1. 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]" | ||
|
||
1. If your company has signed a Corporate CLA, but sure to make the membership in your company's github organization public | ||
|
||
|
||
## Development | ||
|
||
The easiest way to get your contribution included is to submit a PR on a feature branch against master. | ||
|
||
It may help to open an issue prior to working on the feature, so that any discussions about how to best | ||
solve the problem can happen ahead of time. |