File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,18 @@ RSpec repos as well. Add the following to your `Gemfile`:
18
18
gem lib, :git => " git://github.com/rspec/#{ lib } .git" , :branch => ' master'
19
19
end
20
20
```
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 )
21
33
22
34
## Basic Structure
23
35
You can’t perform that action at this time.
0 commit comments