diff options
author | Stephanie Morillo <rubymorillo@users.noreply.github.com> | 2018-03-01 16:45:14 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-03-01 16:45:14 -0500 |
commit | 2ba792007c0d234e33a09413d489bea532057cda (patch) | |
tree | 4b2dfb0243cdff5eda6c8a78808edf9ece10f696 /doc/contributing/README.md | |
parent | e48523769608d1af3c9260a2a2bd48533c16473e (diff) | |
download | bundler-2ba792007c0d234e33a09413d489bea532057cda.tar.gz |
Updated a bullet and a sentence
Per @hmistry's suggestions, I've moved the development instructions outside of the bulleted list and made it its own sentence. And I've shortened the copy under the "Contributing to Bundler" header.
Diffstat (limited to 'doc/contributing/README.md')
-rw-r--r-- | doc/contributing/README.md | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/doc/contributing/README.md b/doc/contributing/README.md index 4da5a55391..363864026a 100644 --- a/doc/contributing/README.md +++ b/doc/contributing/README.md @@ -2,17 +2,19 @@ Thank you for your interest in making Bundler better! We welcome contributions from everyone. Dozens of contributors like you have submitted feature improvements, fixed bugs, and written new documentation. [Join the Bundler Slack community](http://slack.bundler.io/) to connect with the Bundler core team and other contributors like you. -Before submitting a contribution, please take a moment to read through the following guidelines: +Before submitting a contribution, read through the following guidelines: * [Bundler Code of Conduct](https://github.com/bundler/bundler/blob/master/CODE_OF_CONDUCT.md) (By participating in Bundler, you agree to abide by the terms laid out in the CoC.) -* [Development Setup Guidelines](https://github.com/bundler/bundler/blob/master/doc/development/SETUP.md) * [Issue Reporting Guidelines](https://github.com/bundler/bundler/blob/master/doc/contributing/ISSUES.md) * [Pull Request Guidelines](https://github.com/bundler/bundler/blob/master/doc/development/PULL_REQUESTS.md) +And be sure to set up your development environment: + +Once you've reviewed the above guidelines, be sure to [set up your development environment](https://github.com/bundler/bundler/blob/master/doc/development/SETUP.md). ## Contributing to Bundler -Now that you’ve looked over our contribution guidelines, here are the different ways you can start contributing to the Bundler project: +Here are the different ways you can start contributing to the Bundler project: * [First contribution suggestions](https://github.com/bundler/bundler/blob/master/doc/contributing/HOW_YOU_CAN_HELP.md) * [Adding new features](https://github.com/bundler/bundler/blob/master/doc/development/NEW_FEATURES.md) @@ -24,4 +26,3 @@ Now that you’ve looked over our contribution guidelines, here are the differen ## Supporting Bundler [Ruby Together](https://rubytogether.org/) pays some Bundler maintainers for their work, funded directly by the Ruby community. If you’d like to support Bundler with a financial contribution, [become an individual sponsor](https://rubytogether.org/developers#plans). We also welcome financial [contributions from companies](https://rubytogether.org/companies#plans), too! (You can also support us through [Open Collective](https://opencollective.com/rubytogether).) - |