Skip to content

Commit 3d18a94

Browse files
authored
Merge pull request #167 from rspec/update_contributing_elsewhere
Update contributing.md
2 parents 4421892 + 330966d commit 3d18a94

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

Gemfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
source "https://rubygems.org"
22

3-
gem "rake", "~> 10.0.0"
3+
gem "rake", "~> 11.0.0"
44
gem "thor", "~> 0.14.6"
55
gem "yard", "~> 0.7.4"
66
gem "octokit", "~> 2.7"

common_markdown_files/CONTRIBUTING.md.erb

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,3 +18,15 @@ If you'd like to help make RSpec better, here are some ways you can contribute:
1818
If you need help getting started, check out the [DEVELOPMENT](DEVELOPMENT.md) file for steps that will get you up and running.
1919

2020
Thanks for helping us make RSpec better!
21+
22+
## `Small` issues
23+
24+
These issue are ones that we be believe are best suited for new contributors to
25+
get started with. They represent a meaningful contribution to the project that
26+
should not be too hard to pull off.
27+
28+
## Maintenance branches
29+
30+
Maintenance branches are how we manage the different supported point releases
31+
of RSpec. As such, while they might look like good candidates to merge into
32+
master, please do not open pull requests to merge them.

0 commit comments

Comments
 (0)