Commit 131021c3 authored by Marcin Sedlak-Jakubowski's avatar Marcin Sedlak-Jakubowski

Merge branch 'docs-contribute-rspec' into 'master'

Add a contribution note about improving tests

See merge request gitlab-org/gitlab!42218
parents 9d805baf 9a2ecf92
...@@ -86,6 +86,11 @@ If you would like to contribute to GitLab: ...@@ -86,6 +86,11 @@ If you would like to contribute to GitLab:
- Issues with the - Issues with the
[`~Accepting merge requests` label](issue_workflow.md#label-for-community-contributors) [`~Accepting merge requests` label](issue_workflow.md#label-for-community-contributors)
are a great place to start. are a great place to start.
- Optimizing our tests is another great opportunity to contribute. You can use
[RSpec profiling statistics](https://gitlab-org.gitlab.io/rspec_profiling_stats/) to identify
slowest tests. These tests are good candidates for improving and checking if any of
[best practices](../testing_guide/best_practices.md)
could speed them up.
- Consult the [Contribution Flow](#contribution-flow) section to learn the process. - Consult the [Contribution Flow](#contribution-flow) section to learn the process.
If you have any questions or need help visit [Getting Help](https://about.gitlab.com/get-help/) to If you have any questions or need help visit [Getting Help](https://about.gitlab.com/get-help/) to
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment