README.md in quality-38.0.1 vs README.md in quality-39.0.1

- old
+ new

@@ -1,8 +1,8 @@ # Quality -- code quality ratchet for Ruby -[![Build Status](https://travis-ci.org/apiology/quality.png)](https://travis-ci.org/apiology/quality) +[![CircleCI](https://circleci.com/gh/apiology/quality.svg?style=svg)](https://circleci.com/gh/apiology/quality) ## Overview Quality is a tool that runs quality checks on code in git repos using different analysis tools and makes sure your numbers don't get any @@ -101,11 +101,11 @@ changes, consider using [Pronto](https://github.com/prontolabs/pronto), which provides incremental reporting from different quality tools, and can add comments directly to PR reviews. You can see an example in this project's -[Rakefile](https://github.com/apiology/quality/blob/master/Rakefile) +[Rakefile](https://github.com/apiology/quality/blob/main/Rakefile) ## Vendored files Quality uses GitHub's [linguist](https://github.com/github/linguist) gem to find and classify source files to analyze. In addition to @@ -157,17 +157,21 @@ ## Supported Ruby Versions Tested against Ruby >=2.2--does not support Ruby 1.9.x or JRuby. -## Contributing +## Contributions -* Fork the repo -* Create a feature branch -* Submit a github pull request +This project, as with all others, rests on the shoulders of a broad +ecosystem supported by many volunteers doing thankless work, along +with specific contributors. -Many thanks to all contributors, especially [@andyw8](https://github.com/andyw8), -who has contributed some great improvements. +In particular I'd like to call out: + +* [Audrey Roy Greenfeld](https://github.com/audreyfeldroy) for the + cookiecutter tool and associated examples, which keep my many + projects building with shared boilerplate with a minimum of fuss. + ## License Licensed under the MIT license.