docs: add all contributors
This commit is contained in:
parent
a8cc7ba0d1
commit
93f2c8f859
2 changed files with 24 additions and 0 deletions
13
.all-contributorsrc
Normal file
13
.all-contributorsrc
Normal file
|
@ -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
|
||||
}
|
11
README.md
11
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)):
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
|
||||
<!-- prettier-ignore -->
|
||||
<!-- ALL-CONTRIBUTORS-LIST:END -->
|
||||
|
||||
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
|
Loading…
Reference in a new issue