|
1 | 1 | # Rollbar Haskell |
| 2 | +<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section --> |
| 3 | +[](#contributors-) |
| 4 | +<!-- ALL-CONTRIBUTORS-BADGE:END --> |
2 | 5 |
|
3 | 6 |  |
4 | 7 | [](http://hackage.haskell.org/package/rollbar-cli) |
@@ -67,8 +70,44 @@ Run all tests: |
67 | 70 | env ROLLBAR_TOKEN=<token> stack test |
68 | 71 | ``` |
69 | 72 |
|
| 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 | + |
70 | 101 | ## License |
71 | 102 |
|
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/) |
73 | 112 |
|
74 | 113 | [rollbar-api]: https://docs.rollbar.com/ |
0 commit comments