Skip to content

Commit

Permalink
Revert "Reminder about REPO variable"
Browse files Browse the repository at this point in the history
This reverts commit 4025029,
because we no longer need the REPO variable.
  • Loading branch information
Harold Giménez committed Oct 28, 2011
1 parent d900182 commit 01e76e5
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,7 @@ We love pull requests. Here's a quick guide:
1. Fork the repo.

2. Run the tests. We only take pull requests with passing tests, and it's great
to know that you have a clean slate: `REPO=path/to/.git bundle && rake`.

Note that you must include the `REPO` environment variable pointing at your local
`.git` repository in order to generate the test application required by tests.
to know that you have a clean slate: `bundle && rake`

3. Add a test for your change. Only refactoring and documentation changes
require no new tests. If you are adding functionality or fixing a bug, we need
Expand Down Expand Up @@ -38,4 +35,4 @@ Syntax:
* a = b and not a=b.
* Follow the conventions you see used in the source already.

And in case we didn't emphasize it enough: we love tests!
And in case we didn't emphasize it enough: we love tests!

0 comments on commit 01e76e5

Please sign in to comment.