summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBundlerbot <bot@bundler.io>2020-02-02 17:25:51 +0000
committerBundlerbot <bot@bundler.io>2020-02-02 17:25:51 +0000
commit88a2ccddb04c48f5181da3633443ff085c4f64c8 (patch)
tree5cd71b35f9034076d784fd4bd53cac8acb1b072c
parentd7744195105696932f3d0559ad5c7d5486728bb3 (diff)
parent203e7dd8e986c773a57c991bc16d099ca4bdd8d0 (diff)
downloadbundler-88a2ccddb04c48f5181da3633443ff085c4f64c8.tar.gz
Merge #7619
7619: [docs] Update CodeClimate link. r=deivid-rodriguez a=duckinator This PR updates the CodeClimate link in `doc/contributing/HOW_YOU_CAN_HELP.md`, now that #7581 ("Update CodeClimate to use correct repository") is resolved. Co-authored-by: Ellen Marie Dash <me@duckie.co>
-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.