Skip to content
Merged
Show file tree
Hide file tree
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
8 changes: 8 additions & 0 deletions source/_repos.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,11 @@ ul
| For bugs with rspec-expectations: 
= link_to 'https://github.com/rspec/rspec-expectations', 'https://github.com/rspec/rspec-expectations'
| (matchers)
li
| For bugs with rspec-support: 
= link_to 'https://github.com/rspec/rspec-support', 'https://github.com/rspec/rspec-support'
| (string encoding, failed expectation diffing, Ruby feature detection, etc)
li
| For bugs with rspec-dev: 
= link_to 'https://github.com/rspec/rspec-dev', 'https://github.com/rspec/rspec-dev'
| (tools for developing rspec)
6 changes: 6 additions & 0 deletions source/contributing.html.slim
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,10 @@ section
p
| If you have an idea to improve RSpec or find a bug, you are encouraged
to file a pull request or issue with the appropriate repository on GitHub.
p
| See 
= link_to 'rspec-dev', 'https://github.com/rspec/rspec-dev'
| for how to develop on and test RSpec, as well as any 
= link_to 'DEV-README.md', '(https://github.com/rspec/rspec-core/blob/master/DEV-README.md'
| that may be in that repository.
= partial "repos"