summaryrefslogtreecommitdiff
path: root/doc/contributing/HOW_YOU_CAN_HELP.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/contributing/HOW_YOU_CAN_HELP.md')
-rw-r--r--doc/contributing/HOW_YOU_CAN_HELP.md12
1 files changed, 6 insertions, 6 deletions
diff --git a/doc/contributing/HOW_YOU_CAN_HELP.md b/doc/contributing/HOW_YOU_CAN_HELP.md
index 771d17e180..9f8c4270e8 100644
--- a/doc/contributing/HOW_YOU_CAN_HELP.md
+++ b/doc/contributing/HOW_YOU_CAN_HELP.md
@@ -6,22 +6,22 @@ If at any point you get stuck, here's how to [get in touch with the Bundler team
## First contribution suggestions
-We track [small bugs and features](https://github.com/bundler/bundler/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) so that anyone who wants to help can start with something that's not too overwhelming.
+We track [small bugs and features](https://github.com/rubygems/bundler/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) so that anyone who wants to help can start with something that's not too overwhelming.
Generally, great ways to get started helping out with Bundler are:
- using prerelease versions (run `gem install bundler --pre`)
- - [reporting bugs you encounter or suggesting new features](https://github.com/bundler/bundler/issues/new)
+ - [reporting bugs you encounter or suggesting new features](https://github.com/rubygems/bundler/issues/new)
- see our [issues guide](ISSUES.md) for help on filing issues
- see the [new features documentation](../development/NEW_FEATURES.md) for more
- adding to or editing [the Bundler documentation website](https://bundler.io) and [Bundler man pages](https://bundler.io/man/bundle.1.html)
- [checking issues for completeness](BUG_TRIAGE.md)
- closing issues that are not complete
- - adding a failing test for reproducible [reported bugs](https://github.com/bundler/bundler/issues)
- - reviewing [pull requests](https://github.com/bundler/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)
+ - 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)
- 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/bundler/bundler/tree/master/spec/bundler) for modules that lack coverage.
+ - backfilling [unit tests](https://github.com/rubygems/bundler/tree/master/spec/bundler) for modules that lack coverage.
If nothing on those lists looks good, [talk to us](https://slack.bundler.io/), and we'll figure out what you can help with. We can absolutely use your help, no matter what level of programming skill you have at the moment.