diff options
author | The Bundler Bot <bot@bundler.io> | 2017-06-15 21:02:17 +0000 |
---|---|---|
committer | The Bundler Bot <bot@bundler.io> | 2017-06-15 21:02:17 +0000 |
commit | a00cb2b3b5ad3053d4b78827a4f27deac3f69d1b (patch) | |
tree | 84f81c0cde81b78820bf8cdd10eae66445885296 | |
parent | 08d1fa6ce9a2f4317b0754525a42abecd89e4321 (diff) | |
parent | 9b5c57fa8f8d204f72a2a9d1d86ccd8279e6f448 (diff) | |
download | bundler-a00cb2b3b5ad3053d4b78827a4f27deac3f69d1b.tar.gz |
Auto merge of #5484 - bundler:aa-clearer-sponsorship, r=indirect
clearer, more specific wording about sponsorship and contributing
make it clear that everyone's contributions are welcome, and make it clear that Ruby Together funds contributors, but does not maintain the project directly
-rw-r--r-- | README.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -34,11 +34,6 @@ For help with common problems, see [TROUBLESHOOTING](doc/TROUBLESHOOTING.md). Still stuck? Try [filing an issue](doc/contributing/ISSUES.md). -### Supporting - -<a href="https://rubytogether.org/"><img src="https://rubytogether.org/images/rubies.svg" width=200></a><br/> -Bundler is maintained by <a href="https://rubytogether.org/">Ruby Together</a>, a grassroots initiative committed to supporting the critical Ruby infrastructure you rely on. Contribute today <a href="https://rubytogether.org/developers">as an individual</a> or even better, <a href="https://rubytogether.org/companies">as a company</a>, and ensure that Bundler, RubyGems, and other shared tooling is around for years to come. - ### Other questions To see what has changed in recent versions of Bundler, see the [CHANGELOG](CHANGELOG.md). @@ -49,6 +44,13 @@ To get in touch with the Bundler core team and other Bundler users, please see [ If you'd like to contribute to Bundler, that's awesome, and we <3 you. There's a guide to contributing to Bundler (both code and general help) over in [our documentation section](doc/README.md). +While some Bundler contributors are compensated by Ruby Together, the project maintainers make decisions independent of Ruby Together. As a project, we welcome contributions regardless of the author’s affiliation with Ruby Together. + +### Supporting + +<a href="https://rubytogether.org/"><img src="https://rubytogether.org/images/rubies.svg" width="150"></a><br> +<a href="https://rubytogether.org/">Ruby Together</a> pays some Bundler maintainers for their ongoing work. As a grassroots initiative committed to supporting the critical Ruby infrastructure you rely on, Ruby Together is funded entirely by the Ruby community. Contribute today <a href="https://rubytogether.org/developers">as an individual</a> or (better yet) <a href="https://rubytogether.org/companies">as a company</a> to ensure that Bundler, RubyGems, and other shared tooling is around for years to come. + ### Code of Conduct Everyone interacting in the Bundler project’s codebases, issue trackers, chat rooms, and mailing lists is expected to follow the [Bundler code of conduct](https://github.com/bundler/bundler/blob/master/CODE_OF_CONDUCT.md). |