Skip to content

Commit 6780990

Browse files
DavidMazarroallcontributors[bot]CristhianMotoche
authored
Add all contributors section in README (#66)
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Cristhian Motoche <cmotoche@stackbuilders.com>
1 parent b508140 commit 6780990

File tree

2 files changed

+122
-1
lines changed

2 files changed

+122
-1
lines changed

.all-contributorsrc

Lines changed: 82 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,82 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "sestrella",
12+
"name": "Sebastián Estrella",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/2049686?v=4",
14+
"profile": "https://github.com/sestrella",
15+
"contributions": [
16+
"code"
17+
]
18+
},
19+
{
20+
"login": "cptrodolfox",
21+
"name": "William R. Arellano",
22+
"avatar_url": "https://avatars.githubusercontent.com/u/20303685?v=4",
23+
"profile": "https://github.com/cptrodolfox",
24+
"contributions": [
25+
"code"
26+
]
27+
},
28+
{
29+
"login": "jpvillaisaza",
30+
"name": "Juan Pedro Villa Isaza",
31+
"avatar_url": "https://avatars.githubusercontent.com/u/584947?v=4",
32+
"profile": "https://github.com/jpvillaisaza",
33+
"contributions": [
34+
"code",
35+
"example"
36+
]
37+
},
38+
{
39+
"login": "DavidMazarro",
40+
"name": "David Mazarro",
41+
"avatar_url": "https://avatars.githubusercontent.com/u/22799724?v=4",
42+
"profile": "http://davidmazarro.com",
43+
"contributions": [
44+
"code",
45+
"maintenance"
46+
]
47+
},
48+
{
49+
"login": "sebas1208",
50+
"name": "Sebastian Avalos",
51+
"avatar_url": "https://avatars.githubusercontent.com/u/5571870?v=4",
52+
"profile": "https://github.com/sebas1208",
53+
"contributions": [
54+
"code"
55+
]
56+
},
57+
{
58+
"login": "psilospore",
59+
"name": "psilospore",
60+
"avatar_url": "https://avatars.githubusercontent.com/u/5355976?v=4",
61+
"profile": "https://github.com/psilospore",
62+
"contributions": [
63+
"code"
64+
]
65+
},
66+
{
67+
"login": "ijsnow",
68+
"name": "Isaac Snow",
69+
"avatar_url": "https://avatars.githubusercontent.com/u/11557758?v=4",
70+
"profile": "https://github.com/ijsnow",
71+
"contributions": [
72+
"doc"
73+
]
74+
}
75+
],
76+
"contributorsPerLine": 7,
77+
"skipCi": true,
78+
"repoType": "github",
79+
"repoHost": "https://github.com",
80+
"projectName": "rollbar-haskell",
81+
"projectOwner": "stackbuilders"
82+
}

README.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# Rollbar Haskell
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
![CI](https://github.com/stackbuilders/rollbar-haskell/workflows/CI/badge.svg)
47
[![Hackage Version](https://img.shields.io/hackage/v/rollbar-cli?label=rollbar-cli)](http://hackage.haskell.org/package/rollbar-cli)
@@ -67,8 +70,44 @@ Run all tests:
6770
env ROLLBAR_TOKEN=<token> stack test
6871
```
6972

73+
## Contributors
74+
75+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
76+
77+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
78+
<!-- prettier-ignore-start -->
79+
<!-- markdownlint-disable -->
80+
<table>
81+
<tbody>
82+
<tr>
83+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sestrella"><img src="https://avatars.githubusercontent.com/u/2049686?v=4?s=100" width="100px;" alt="Sebastián Estrella"/><br /><sub><b>Sebastián Estrella</b></sub></a><br /><a href="https://github.com/stackbuilders/rollbar-haskell/commits?author=sestrella" title="Code">💻</a></td>
84+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cptrodolfox"><img src="https://avatars.githubusercontent.com/u/20303685?v=4?s=100" width="100px;" alt="William R. Arellano"/><br /><sub><b>William R. Arellano</b></sub></a><br /><a href="https://github.com/stackbuilders/rollbar-haskell/commits?author=cptrodolfox" title="Code">💻</a></td>
85+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/jpvillaisaza"><img src="https://avatars.githubusercontent.com/u/584947?v=4?s=100" width="100px;" alt="Juan Pedro Villa Isaza"/><br /><sub><b>Juan Pedro Villa Isaza</b></sub></a><br /><a href="https://github.com/stackbuilders/rollbar-haskell/commits?author=jpvillaisaza" title="Code">💻</a> <a href="#example-jpvillaisaza" title="Examples">💡</a></td>
86+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/davidmazarro"><img src="https://avatars.githubusercontent.com/u/22799724?v=4?s=100" width="100px;" alt="David Mazarro"/><br /><sub><b>David Mazarro</b></sub></a><br /><a href="https://github.com/stackbuilders/rollbar-haskell/commits?author=DavidMazarro" title="Code">💻</a> <a href="#maintenance-DavidMazarro" title="Maintenance">🚧</a></td>
87+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/sebas1208"><img src="https://avatars.githubusercontent.com/u/5571870?v=4?s=100" width="100px;" alt="Sebastian Avalos"/><br /><sub><b>Sebastian Avalos</b></sub></a><br /><a href="https://github.com/stackbuilders/rollbar-haskell/commits?author=sebas1208" title="Code">💻</a></td>
88+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/psilospore"><img src="https://avatars.githubusercontent.com/u/5355976?v=4?s=100" width="100px;" alt="psilospore"/><br /><sub><b>psilospore</b></sub></a><br /><a href="https://github.com/stackbuilders/rollbar-haskell/commits?author=psilospore" title="Code">💻</a></td>
89+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ijsnow"><img src="https://avatars.githubusercontent.com/u/11557758?v=4?s=100" width="100px;" alt="Isaac Snow"/><br /><sub><b>Isaac Snow</b></sub></a><br /><a href="https://github.com/stackbuilders/rollbar-haskell/commits?author=ijsnow" title="Documentation">📖</a></td>
90+
</tr>
91+
</tbody>
92+
</table>
93+
94+
<!-- markdownlint-restore -->
95+
<!-- prettier-ignore-end -->
96+
97+
<!-- ALL-CONTRIBUTORS-LIST:END -->
98+
99+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
100+
70101
## License
71102

72-
[MIT](LICENSE)
103+
MIT, see [the LICENSE file](LICENSE).
104+
105+
## Contributing
106+
107+
Do you want to contribute to this project? Please take a look at our [contributing guideline](/docs/CONTRIBUTING.md) to know how you can help us build it.
108+
109+
---
110+
<img src="https://cdn.stackbuilders.com/media/images/Sb-supports.original.png" alt="Stack Builders" width="50%"></img>
111+
[Check out our libraries](https://github.com/stackbuilders/) | [Join our team](https://www.stackbuilders.com/join-us/)
73112

74113
[rollbar-api]: https://docs.rollbar.com/

0 commit comments

Comments
 (0)