summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2020-01-17 08:23:15 -0500
committerEllen Marie Dash <me@duckie.co>2020-01-17 08:23:15 -0500
commit7abd3176300d5861e3ee581c6218add3265bbbb5 (patch)
treed7d3432eea179397e0f338fdea9714964aef13ee
parentd24296eddd2b8802fde9b7fa834a57abf1f659c7 (diff)
downloadbundler-7abd3176300d5861e3ee581c6218add3265bbbb5.tar.gz
[docs] remove outdated reference to PullReview service.
-rw-r--r--doc/contributing/HOW_YOU_CAN_HELP.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contributing/HOW_YOU_CAN_HELP.md b/doc/contributing/HOW_YOU_CAN_HELP.md
index 8d85d748d0..9f8c4270e8 100644
--- a/doc/contributing/HOW_YOU_CAN_HELP.md
+++ b/doc/contributing/HOW_YOU_CAN_HELP.md
@@ -19,7 +19,7 @@ Generally, great ways to get started helping out with Bundler are:
- closing issues that are not complete
- adding a failing test for reproducible [reported bugs](https://github.com/rubygems/bundler/issues)
- reviewing [pull requests](https://github.com/rubygems/bundler/pulls) and suggesting improvements
- - improving existing code, including suggestions from [PullReview](https://www.pullreview.com/github/bundler/bundler/reviews/master) or [CodeClimate](https://codeclimate.com/github/bundler/bundler)
+ - improving existing code, including suggestions from [CodeClimate](https://codeclimate.com/github/bundler/bundler)
- writing code (no patch is too small! fix typos or bad whitespace)
- get started setting up your dev environment with [these instructions](../development/SETUP.md)
- backfilling [unit tests](https://github.com/rubygems/bundler/tree/master/spec/bundler) for modules that lack coverage.