summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEllen Marie Dash <me@duckie.co>2020-02-01 17:05:44 -0500
committerEllen Marie Dash <me@duckie.co>2020-02-01 17:05:44 -0500
commit203e7dd8e986c773a57c991bc16d099ca4bdd8d0 (patch)
treeea0c65437d378fecb0e5be798437c6312b4f30f7
parent0828973a094a9089a34cb1c0dff2980b83a660e1 (diff)
downloadbundler-203e7dd8e986c773a57c991bc16d099ca4bdd8d0.tar.gz
[docs] Update CodeClimate link.
-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 9f8c4270e8..fc2d1d33e1 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 [CodeClimate](https://codeclimate.com/github/bundler/bundler)
+ - improving existing code, including suggestions from [CodeClimate](https://codeclimate.com/github/rubygems/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.