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

Commit f0bce0b

Browse files
committed
Merge pull request #2047 from edwardpark/patch-3
changed links to relative path [ci skip]
2 parents d417054 + f860ca4 commit f0bce0b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,18 @@ RSpec repos as well. Add the following to your `Gemfile`:
1818
gem lib, :git => "git://github.com/rspec/#{lib}.git", :branch => 'master'
1919
end
2020
```
21+
## Contributing
22+
23+
Once you've set up the environment, you'll need to cd into the working
24+
directory of whichever repo you want to work in. From there you can run the
25+
specs and cucumber features, and make patches.
26+
27+
NOTE: You do not need to use rspec-dev to work on a specific RSpec repo. You
28+
can treat each RSpec repo as an independent project.
29+
* [Build Detail](BUILD_DETAIL.md)
30+
* [Code of Conduct](CODE_OF_CONDUCT.md)
31+
* [Contributing](CONTRIBUTING.md)
32+
* [Development](DEVELOPMENT.md)
2133

2234
## Basic Structure
2335

0 commit comments

Comments
 (0)