diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000000..6443daa822 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,62 @@ +{ + "files": [ + "CONTRIBUTORS.md" + ], + "imageSize": 75, + "commit": true, + "contributors": [ + { + "login": "relequestual", + "name": "Ben Hutton", + "avatar_url": "https://avatars.githubusercontent.com/u/731158?v=4", + "profile": "https://www.buymeacoffee.com/relequestual", + "contributions": [ + "doc" + ] + }, + { + "login": "philsturgeon", + "name": "Phil Sturgeon", + "avatar_url": "https://avatars.githubusercontent.com/u/67381?v=4", + "profile": "https://philsturgeon.com/", + "contributions": [ + "blog" + ] + }, + { + "login": "cebe", + "name": "Carsten Brandt", + "avatar_url": "https://avatars.githubusercontent.com/u/189796?v=4", + "profile": "http://cebe.cc/", + "contributions": [ + "code" + ] + }, + { + "login": "jdesrosiers", + "name": "Jason Desrosiers", + "avatar_url": "https://avatars.githubusercontent.com/u/716571?v=4", + "profile": "https://github.com/jdesrosiers", + "contributions": [ + "example" + ] + }, + { + "login": "maxlinc", + "name": "Max Lincoln", + "avatar_url": "https://avatars.githubusercontent.com/u/896878?v=4", + "profile": "http://devopsy.com/", + "contributions": [ + "example", + "code", + "doc" + ] + } + ], + "contributorsPerLine": 10, + "projectName": "OpenAPI-Specification", + "projectOwner": "MikeRalphson", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/CONTRIBUTORS.md b/CONTRIBUTORS.md index 817f37a53d..82746c35cc 100644 --- a/CONTRIBUTORS.md +++ b/CONTRIBUTORS.md @@ -1,3 +1,29 @@ +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + +

Ben Hutton

📖

Phil Sturgeon

📝

Carsten Brandt

💻

Jason Desrosiers

💡

Max Lincoln

💡 💻 📖
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions to the spec or supporting files are welcome! + +## Legacy list + * Darrel Miller [@darrelmiller](https://github.com/darrelmiller) * Jason Harmon [@jharmn](https://github.com/jharmn) * Jeremy Whitlock [@whitlockjc](https://github.com/whitlockjc) diff --git a/README.md b/README.md index 9c399250a5..b89f8375a5 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # The OpenAPI Specification + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ![Build Status](https://github.com/OAI/OpenAPI-Specification/workflows/validate-markdown/badge.svg)