Skip to content

Commit c143d13

Browse files
authored
Merge pull request #12 from cdimascio/all-contributors/add-rbamos
docs: add rbamos as a contributor
2 parents 8905cee + 66429c8 commit c143d13

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "rbamos",
10+
"name": "rbamos",
11+
"avatar_url": "https://avatars1.githubusercontent.com/u/49767442?v=4",
12+
"profile": "https://github.com/rbamos",
13+
"contributions": [
14+
"code",
15+
"test"
16+
]
17+
}
18+
],
19+
"contributorsPerLine": 7,
20+
"projectName": "py-readability-metrics",
21+
"projectOwner": "cdimascio",
22+
"repoType": "github",
23+
"repoHost": "https://github.com",
24+
"skipCi": true
25+
}

README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# 📗 py-readability-metrics
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
![Travis Build](https://travis-ci.org/cdimascio/py-readability-metrics.svg?branch=master) ![Python](https://img.shields.io/badge/python-3.x-blue.svg) [![Documentation Status](https://readthedocs.org/projects/py-readability-metrics/badge/?version=latest)](https://py-readability-metrics.readthedocs.io/en/latest/?badge=latest) [![wheel](https://img.shields.io/badge/wheel-yes-ff00c9.svg)](https://pypi.org/project/py-readability-metrics/) [![](https://img.shields.io/gitter/room/cdimascio-oss/community?color=%23eb205a)](https://gitter.im/cdimascio-oss/community)
47
[![MIT license](https://img.shields.io/badge/License-MIT-green.svg)](https://lbesson.mit-license.org/)
@@ -238,3 +241,22 @@ Contributions are welcome!
238241
[MIT](LICENSE)
239242

240243
<a href="https://www.buymeacoffee.com/m97tA5c" target="_blank"><img src="https://bmc-cdn.nyc3.digitaloceanspaces.com/BMC-button-images/custom_images/orange_img.png" alt="Buy Me A Coffee" style="height: auto !important;width: auto !important;" ></a>
244+
245+
## Contributors ✨
246+
247+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
248+
249+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
250+
<!-- prettier-ignore-start -->
251+
<!-- markdownlint-disable -->
252+
<table>
253+
<tr>
254+
<td align="center"><a href="https://github.com/rbamos"><img src="https://avatars1.githubusercontent.com/u/49767442?v=4" width="100px;" alt=""/><br /><sub><b>rbamos</b></sub></a><br /><a href="https://github.com/cdimascio/py-readability-metrics/commits?author=rbamos" title="Code">💻</a> <a href="https://github.com/cdimascio/py-readability-metrics/commits?author=rbamos" title="Tests">⚠️</a></td>
255+
</tr>
256+
</table>
257+
258+
<!-- markdownlint-enable -->
259+
<!-- prettier-ignore-end -->
260+
<!-- ALL-CONTRIBUTORS-LIST:END -->
261+
262+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)