-
-
Notifications
You must be signed in to change notification settings - Fork 159
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
5223926
commit cbbb8ed
Showing
1 changed file
with
4 additions
and
4 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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
* Pull requests are welcomed. | ||
* Fork the repository. | ||
* Make your changes in a branch. | ||
* Add tests for new behaviour. Modify/remove existing tests for changes to existing behaviour. | ||
* Send us a pull request from your fork/branch. | ||
* Wait for your pull request to build on [Travis CI](https://travis-ci.org/freerange/mocha). | ||
* I will not accept pull requests with failing tests. | ||
* Add/modify/remove tests as appropriate. | ||
* Open a pull request based on a branch on your fork. | ||
* Wait for your pull request build to pass on [Travis CI](https://travis-ci.org/freerange/mocha/pull_requests). | ||
* Pull requests with failing tests will not be accepted. |