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

Commit ddd98ff

Browse files
andyw8JonRowe
authored andcommitted
Move Contributing section to later in README (#2607)
1 parent 8480006 commit ddd98ff

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -19,20 +19,6 @@ RSpec repos as well. Add the following to your `Gemfile`:
1919
end
2020
```
2121

22-
## Contributing
23-
24-
Once you've set up the environment, you'll need to cd into the working
25-
directory of whichever repo you want to work in. From there you can run the
26-
specs and cucumber features, and make patches.
27-
28-
NOTE: You do not need to use rspec-dev to work on a specific RSpec repo. You
29-
can treat each RSpec repo as an independent project.
30-
31-
* [Build details](BUILD_DETAIL.md)
32-
* [Code of Conduct](CODE_OF_CONDUCT.md)
33-
* [Detailed contributing guide](CONTRIBUTING.md)
34-
* [Development setup guide](DEVELOPMENT.md)
35-
3622
## Basic Structure
3723

3824
RSpec uses the words "describe" and "it" so we can express concepts like a conversation:
@@ -376,6 +362,20 @@ Finished in 0.000379 seconds
376362
1 example, 0 failures
377363
```
378364

365+
## Contributing
366+
367+
Once you've set up the environment, you'll need to cd into the working
368+
directory of whichever repo you want to work in. From there you can run the
369+
specs and cucumber features, and make patches.
370+
371+
NOTE: You do not need to use rspec-dev to work on a specific RSpec repo. You
372+
can treat each RSpec repo as an independent project.
373+
374+
* [Build details](BUILD_DETAIL.md)
375+
* [Code of Conduct](CODE_OF_CONDUCT.md)
376+
* [Detailed contributing guide](CONTRIBUTING.md)
377+
* [Development setup guide](DEVELOPMENT.md)
378+
379379
## Also see
380380

381381
* [https://github.com/rspec/rspec](https://github.com/rspec/rspec)

0 commit comments

Comments
 (0)