Skip to content

Commit f4e41b5

Browse files
author
Sam Phippen
committed
Some updates for the contributing file.
1 parent 3caa42e commit f4e41b5

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

CONTRIBUTING.md

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

2525
Thanks for helping us make RSpec better!
26+
27+
## `Small` issues
28+
29+
Small issues are the ones that we be believe are best suited for new
30+
contributors to get started on. They represent a meaningful contribution to the
31+
project that can be made that should not be too hard to pull off.
32+
33+
## `Triage` issues
34+
35+
Triage issues are ones that have been labelled by the maintainers that we
36+
believe do not currently have enough information for them to be reproduced by
37+
us. You can help us move triage issues into `ready to go` or `has reproduction
38+
case` (for feature requests or bugs) as a seriously meaningful contribution.
39+
40+
## `Has reproduction case` issues
41+
42+
Issues that have reproduction cases have a repository that we can clone that
43+
enable us to quickly determine the issue is valid and then start debugging
44+
within RSpec. These issues are good ones to tackle to help us actively fix bugs.
45+
46+
## Maintenance branches
47+
48+
Maintenance branches are how we manage the different supported point releases
49+
of RSpec. As such, while they might look like good candidates to merge into
50+
master, please do not open pull requests to merge them.

0 commit comments

Comments
 (0)