From ff079d0b7393dc17b062837341b38a2c1d9c94a0 Mon Sep 17 00:00:00 2001 From: Enrico Stahn Date: Fri, 25 Jan 2019 22:36:57 +1100 Subject: [PATCH] docs: add contributors --- .all-contributorsrc | 44 +++++++++++++++++++++++++++++++++++++++++++- README.md | 6 ++++-- 2 files changed, 47 insertions(+), 3 deletions(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index eb81bdd..7449510 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -8,6 +8,48 @@ ], "imageSize": 100, "commit": false, - "contributors": [], + "contributors": [ + { + "login": "estahn", + "name": "Enrico Stahn", + "avatar_url": "https://avatars3.githubusercontent.com/u/362174?v=4", + "profile": "http://enricostahn.com", + "contributions": [ + "question", + "code", + "doc", + "maintenance", + "test" + ] + }, + { + "login": "XooR", + "name": "Stanislav Antic", + "avatar_url": "https://avatars2.githubusercontent.com/u/120429?v=4", + "profile": "https://github.com/XooR", + "contributions": [ + "code" + ] + }, + { + "login": "herb123456", + "name": "herb", + "avatar_url": "https://avatars1.githubusercontent.com/u/1568165?v=4", + "profile": "http://herb123456.blogspot.com/", + "contributions": [ + "code" + ] + }, + { + "login": "Nyoroon", + "name": "Smoked Cheese", + "avatar_url": "https://avatars1.githubusercontent.com/u/182203?v=4", + "profile": "https://github.com/Nyoroon", + "contributions": [ + "bug", + "code" + ] + } + ], "contributorsPerLine": 7 } diff --git a/README.md b/README.md index 2bf766f..237d97d 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,4 @@ # 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) @@ -10,6 +9,7 @@ [![Average time to resolve an issue](http://isitmaintained.com/badge/resolution/hipages/php-fpm_exporter.svg)](http://isitmaintained.com/project/hipages/php-fpm_exporter "Average time to resolve an issue") [![Percentage of issues still open](http://isitmaintained.com/badge/open/hipages/php-fpm_exporter.svg)](http://isitmaintained.com/project/hipages/php-fpm_exporter "Percentage of issues still open") [![Open Source Helpers](https://www.codetriage.com/hipages/php-fpm_exporter/badges/users.svg)](https://www.codetriage.com/hipages/php-fpm_exporter) +[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors) A [prometheus](https://prometheus.io/) exporter for PHP-FPM. The exporter connects directly to PHP-FPM and exports the metrics via HTTP. @@ -182,6 +182,8 @@ Thanks goes to these wonderful people ([emoji key](https://github.com/all-contri +| [Enrico Stahn
Enrico Stahn](http://enricostahn.com)
[💬](#question-estahn "Answering Questions") [💻](https://github.com/hipages/php-fpm_exporter/commits?author=estahn "Code") [📖](https://github.com/hipages/php-fpm_exporter/commits?author=estahn "Documentation") [🚧](#maintenance-estahn "Maintenance") [⚠️](https://github.com/hipages/php-fpm_exporter/commits?author=estahn "Tests") | [Stanislav Antic
Stanislav Antic](https://github.com/XooR)
[💻](https://github.com/hipages/php-fpm_exporter/commits?author=XooR "Code") | [herb
herb](http://herb123456.blogspot.com/)
[💻](https://github.com/hipages/php-fpm_exporter/commits?author=herb123456 "Code") | [Smoked Cheese
Smoked Cheese](https://github.com/Nyoroon)
[🐛](https://github.com/hipages/php-fpm_exporter/issues?q=author%3ANyoroon "Bug reports") [💻](https://github.com/hipages/php-fpm_exporter/commits?author=Nyoroon "Code") | +| :---: | :---: | :---: | :---: | -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 +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!