From 93f2c8f85940ddf5479ea4a0e1d03a4ebb9e6267 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Fri, 25 Jan 2019 22:12:03 +1100 Subject: [PATCH] docs: add all contributors --- .all-contributorsrc | 13 +++++++++++++ README.md | 11 +++++++++++ 2 files changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..eb81bdd --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,13 @@ +{ + "projectName": "php-fpm_exporter", + "projectOwner": "hipages", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [], + "contributorsPerLine": 7 +} diff --git a/README.md b/README.md index 49431be..2bf766f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # php-fpm_exporter +[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors) [![CircleCI](https://circleci.com/gh/hipages/php-fpm_exporter.svg?style=shield)](https://circleci.com/gh/hipages/php-fpm_exporter) [![Go Report Card](https://goreportcard.com/badge/github.com/hipages/php-fpm_exporter)](https://goreportcard.com/report/github.com/hipages/php-fpm_exporter) @@ -174,3 +175,13 @@ Before starting any work, please either comment on an existing issue, or file a * [bakins/php-fpm-exporter](https://github.com/bakins/php-fpm-exporter) * [peakgames/php-fpm-prometheus](https://github.com/peakgames/php-fpm-prometheus) * [craigmj/phpfpm_exporter](https://github.com/craigmj/phpfpm_exporter) + +## Contributors + +Thanks goes to these wonderful people ([emoji key](https://github.com/all-contributors/all-contributors#emoji-key)): + + + + + +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