Skip to content
This repository was archived by the owner on Nov 30, 2024. It is now read-only.

changed links to relative path #2047

Merged
merged 4 commits into from
Jul 31, 2015
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,18 @@ RSpec repos as well. Add the following to your `Gemfile`:
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => 'master'
end
```
## Contributing

Once you've set up the environment, you'll need to cd into the working
directory of whichever repo you want to work in. From there you can run the
specs and cucumber features, and make patches.

NOTE: You do not need to use rspec-dev to work on a specific RSpec repo. You
can treat each RSpec repo as an independent project.
* [Build Detail](BUILD_DETAIL.md)
* [Code of Conduct](CODE_OF_CONDUCT.md)
* [Contributing](CONTRIBUTING.md)
* [Development](DEVELOPMENT.md)

## Basic Structure

Expand Down