Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fix #698. Minor readme improvements.
  • Loading branch information
weitzman committed Jul 3, 2014
1 parent 7c3bd62 commit 600601d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Expand Up @@ -5,7 +5,7 @@ Drush is built by people like you! Please [join us](https://github.com/drush-ops
* Optionally, to help keep track of [your assigned issues](https://github.com/dashboard/issues/assigned), simply ask to be added to the contributor team. A maintainer can now assign any issue to you at your request.
* The latest changes are in the `master` branch.
* Make a new branch for every feature you're working on.
* Try to make clean commits that are easy readable (including descriptive commit messages!)
* Try to make clean commits that are easily readable (including descriptive commit messages!)
* Test before you push. Get familiar with Unish, our test suite. See the test-specific [README.md](tests/README.md)
* Make small pull requests that are easy to review but make sure they do add value by themselves.
* We maintain branches named 6.x, 5.x, etc. These are release branches. From these branches, we make new tags for patch and minor versions.
Expand Down
2 changes: 1 addition & 1 deletion tests/README.md
Expand Up @@ -4,7 +4,7 @@ high quality, our tests are run on every push by [Travis](https://travis-ci.org/
Usage
--------
1. Review the configuration settings in tests/phpunit.xml.dist. If customization is needed, copy to phpunit.xml and edit away.
1. Run unit tests: `unish.sh` or `cd tests && ..\vendor\phpunit`
1. Run unit tests: `unish.sh`

Advanced usage
---------
Expand Down

0 comments on commit 600601d

Please sign in to comment.