You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
RSpec is a community-driven project that has benefited from improvements from over over *500* contributors.
4
+
We welcome contributions from *everyone*. While contributing, please follow the project [code of conduct](../code_of_conduct.md), so that everyone can be included.
5
+
6
+
If you'd like to help make RSpec better, here are some ways you can contribute:
7
+
8
+
- by running RSpec HEAD to help us catch bugs before new releases
9
+
- by [reporting bugs you encounter](https://github.com/rspec/<%= project_name %>/issues/new)
10
+
- by [suggesting new features](https://github.com/rspec/<%= project_name %>/issues/new)
11
+
- by improving RSpec's [Relish](https://relishapp.com/rspec) or [API](http://rspec.info/documentation/) documentation
12
+
- by improving [RSpec's website](http://rspec.info/) ([source](https://github.com/rspec/rspec.github.io))
13
+
- by taking part in [feature and issue discussions](https://github.com/rspec/<%= project_name %>/issues)
14
+
- by adding a failing test for reproducible [reported bugs](https://github.com/rspec/<%= project_name %>/issues)
15
+
- by reviewing [pull requests](https://github.com/rspec/<%= project_name %>/pulls) and suggesting improvements
16
+
- by [writing code](../DEVELOPMENT.md) (no patch is too small! fix typos or bad whitespace)
17
+
18
+
If you need help getting started, check out the [DEVELOPMENT](../DEVELOPMENT.md) file for steps that will get you up and running.
0 commit comments