Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add RSpec-dev to Contributing; RSpec-Support to repos #65

Merged
merged 4 commits into from
Nov 2, 2015
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"