diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..0a56758 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "Stratus3D", + "name": "Trevor Brown", + "avatar_url": "https://avatars1.githubusercontent.com/u/1520926?v=4", + "profile": "https://stratus3d.com/", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "asdf-php", + "projectOwner": "asdf-community", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} diff --git a/.github/workflows/workflow.yml b/.github/workflows/workflow.yml index ae81a5b..4abc6b3 100644 --- a/.github/workflows/workflow.yml +++ b/.github/workflows/workflow.yml @@ -4,9 +4,11 @@ on: push: paths-ignore: - "**.md" + - ".all-contributorsrc" pull_request: paths-ignore: - "**.md" + - ".all-contributorsrc" schedule: - cron: "0 0 * * 5" diff --git a/README.md b/README.md index 41a6f6d..b9d5549 100644 --- a/README.md +++ b/README.md @@ -5,6 +5,7 @@
[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/asdf-community/asdf-php/Main%20workflow?style=flat-square)](https://github.com/asdf-community/asdf-php/actions) +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) [![PRs Welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg?style=flat-square)](http://makeapullrequest.com) [![License](https://img.shields.io/github/license/asdf-community/asdf-php?style=flat-square&color=brightgreen)](https://github.com/asdf-community/asdf-php/blob/master/LICENSE) @@ -41,6 +42,29 @@ PHP_WITHOUT_PEAR=yes asdf install php Check [asdf](https://github.com/asdf-vm/asdf) readme for instructions on how to install & manage versions. +## Contributors ✨ + +Thanks goes to these wonderful people +([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Trevor Brown

💻
+ + + + + + +This project follows the +[all-contributors](https://github.com/all-contributors/all-contributors) +specification. Contributions of any kind welcome! + ## License Licensed under the