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

added Contributing Details #2045

Closed
wants to merge 1 commit into from
Closed
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
13 changes: 13 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,19 @@ 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 Details](https://github.com/rspec/rspec-core/blob/master/BUILD_DETAIL.md)
[Contributing](https://github.com/rspec/rspec-core/blob/master/CONTRIBUTING.md)
[Code of Conduct](https://github.com/rspec/rspec-core/blob/master/code_of_conduct.md)
[Development](https://github.com/rspec/rspec-core/blob/master/DEVELOPMENT.md)

## Basic Structure

Expand Down