Skip to content

Commit

Permalink
Merge pull request #167 from rspec/update_contributing_elsewhere
Browse files Browse the repository at this point in the history
Update contributing.md
  • Loading branch information
JonRowe committed Sep 30, 2016
2 parents 4421892 + 330966d commit 3d18a94
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Gemfile
@@ -1,6 +1,6 @@
source "https://rubygems.org"

gem "rake", "~> 10.0.0"
gem "rake", "~> 11.0.0"
gem "thor", "~> 0.14.6"
gem "yard", "~> 0.7.4"
gem "octokit", "~> 2.7"
12 changes: 12 additions & 0 deletions common_markdown_files/CONTRIBUTING.md.erb
Expand Up @@ -18,3 +18,15 @@ If you'd like to help make RSpec better, here are some ways you can contribute:
If you need help getting started, check out the [DEVELOPMENT](DEVELOPMENT.md) file for steps that will get you up and running.

Thanks for helping us make RSpec better!

## `Small` issues

These issue are ones that we be believe are best suited for new contributors to
get started with. They represent a meaningful contribution to the project that
should not be too hard to pull off.

## Maintenance branches

Maintenance branches are how we manage the different supported point releases
of RSpec. As such, while they might look like good candidates to merge into
master, please do not open pull requests to merge them.

0 comments on commit 3d18a94

Please sign in to comment.