diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..4b345ba --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "MiguelSavignano", + "name": "Miguel Savignano", + "avatar_url": "https://avatars3.githubusercontent.com/u/6641863?v=4", + "profile": "https://github.com/MiguelSavignano", + "contributions": [ + "infra", + "test", + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "rubocop-linter-action", + "projectOwner": "andrewmcodes", + "repoType": "github", + "repoHost": "https://github.com" +} diff --git a/README.md b/README.md index 1d0bebe..c5223d3 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ ![rubocop linter actions banner](screenshots/rubocop-linter-action.png) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) # Rubocop Linter Action @@ -62,3 +63,19 @@ jobs: ## Recognition This project was originally forked from [gimenete/rubocop-action](https://github.com/gimenete/rubocop-action). Many thanks to [Alberto Gimeno](https://github.com/gimenete) for creating this project. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
Miguel Savignano
Miguel Savignano

🚇 ⚠️ 💻
+ + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file