This repository has been archived by the owner on Jan 25, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 108
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
Maria Shaldibina and aram price
committed
Aug 6, 2013
1 parent
2610ca9
commit 223976f
Showing
2 changed files
with
37 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,33 @@ | ||
# Contributing to Warden | ||
|
||
The Cloud Foundry team uses GitHub and accepts contributions via | ||
[pull request](https://help.github.com/articles/using-pull-requests). | ||
|
||
## Contributor License Agreement | ||
|
||
Follow these steps to make a contribution to any of our open source repositories: | ||
|
||
1. Ensure that you have completed our CLA Agreement for | ||
[individuals](http://www.cloudfoundry.org/individualcontribution.pdf) or | ||
[corporations](http://www.cloudfoundry.org/corpcontribution.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]" | ||
|
||
## General Workflow | ||
|
||
1. Fork the repository | ||
1. Create a feature branch (`git checkout -b better_warden`) | ||
1. Make changes on your branch | ||
1. [Run tests](https://github.com/cloudfoundry/warden#testing) | ||
1. Push to your fork (`git push origin better_warden`) and submit a pull request | ||
|
||
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 |
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