From 15079c2a229dbf5f32f5b806ec4e152b519a683a Mon Sep 17 00:00:00 2001 From: Chad Pytel Date: Sat, 16 Jun 2018 06:16:02 -0700 Subject: [PATCH] Introduce "About thoughtbot" section to README.md (#159) * Move credits to contributing sections * Remove credits section * Introduce "About thoughtbot" section. --- README.md | 25 ++++++++++++++++--------- 1 file changed, 16 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5cf08c7..74a0d41 100644 --- a/README.md +++ b/README.md @@ -75,15 +75,9 @@ You may need to configure your test suite to include factory_bot methods; see Please see [CONTRIBUTING.md](CONTRIBUTING.md). -## Credits - -[factory_bot][fb] was originally written by Joe Ferris. - -![thoughtbot](http://thoughtbot.com/images/tm/logo.png) - -factory_bot is maintained and funded by [thoughtbot, inc](http://thoughtbot.com/community) - -The names and logos for thoughtbot are trademarks of thoughtbot, inc. +factory_bot_rails was originally written by Joe Ferris and is now maintained by Josh +Clayton. Many improvements and bugfixes were contributed by the [open source +community](https://github.com/thoughtbot/factory_bot_rails/graphs/contributors). ## License @@ -91,8 +85,21 @@ factory_bot_rails is Copyright © 2008-2016 Joe Ferris and thoughtbot. It is fre software, and may be redistributed under the terms specified in the [LICENSE](LICENSE) file. +## About thoughtbot + +![thoughtbot](https://thoughtbot.com/logo.png) + +factory_bot_rails is maintained and funded by thoughtbot, inc. +The names and logos for thoughtbot are trademarks of thoughtbot, inc. + +We are passionate about open source software. +See [our other projects][community]. +We are [available for hire][hire]. + [fb]: https://github.com/thoughtbot/factory_bot [ci]: http://travis-ci.org/thoughtbot/factory_bot_rails?branch=master [ci-image]: https://secure.travis-ci.org/thoughtbot/factory_bot_rails.svg [grade]: https://codeclimate.com/github/thoughtbot/factory_bot_rails [grade-image]: https://codeclimate.com/github/thoughtbot/factory_bot_rails.svg +[community]: https://thoughtbot.com/community?utm_source=github +[hire]: https://thoughtbot.com/hire-us?utm_source=github