diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..124837a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,88 @@ +{ + "projectName": "cassava-megaparsec", + "projectOwner": "stackbuilders", + "repoType": "github", + "repoHost": "https://github.com", + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": true, + "commitConvention": "none", + "contributors": [ + { + "login": "mrkkrp", + "name": "Mark Karpov", + "avatar_url": "https://avatars.githubusercontent.com/u/8165792?v=4", + "profile": "https://markkarpov.com/", + "contributions": [ + "code" + ] + }, + { + "login": "cptrodolfox", + "name": "William R. Arellano", + "avatar_url": "https://avatars.githubusercontent.com/u/20303685?v=4", + "profile": "https://github.com/cptrodolfox", + "contributions": [ + "code" + ] + }, + { + "login": "CristhianMotoche", + "name": "Cristhian Motoche", + "avatar_url": "https://avatars.githubusercontent.com/u/8370088?v=4", + "profile": "https://cristhianmotoche.github.io/", + "contributions": [ + "code" + ] + }, + { + "login": "aemartinez37", + "name": "Andrés Martínez", + "avatar_url": "https://avatars.githubusercontent.com/u/29762180?v=4", + "profile": "https://github.com/aemartinez37", + "contributions": [ + "code" + ] + }, + { + "login": "Bodigrim", + "name": "ˌbodʲɪˈɡrʲim", + "avatar_url": "https://avatars.githubusercontent.com/u/2293557?v=4", + "profile": "https://github.com/Bodigrim", + "contributions": [ + "code" + ] + }, + { + "login": "felixonmars", + "name": "Felix Yan", + "avatar_url": "https://avatars.githubusercontent.com/u/1006477?v=4", + "profile": "https://g0v.social/@felixonmars", + "contributions": [ + "code" + ] + }, + { + "login": "Jagl257", + "name": "Jorge Guerra Landázuri", + "avatar_url": "https://avatars.githubusercontent.com/u/27145248?v=4", + "profile": "https://github.com/Jagl257", + "contributions": [ + "code" + ] + }, + { + "login": "jsl", + "name": "Justin S. Leitgeb", + "avatar_url": "https://avatars.githubusercontent.com/u/9977?v=4", + "profile": "https://www.stackbuilders.com/news/author/justin-leitgeb", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "linkToUsage": false +} diff --git a/README.md b/README.md index 21ac87f..45f6b85 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Cassava Megaparsec + +[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-) + [![License MIT](https://img.shields.io/badge/license-MIT-brightgreen.svg)](http://opensource.org/licenses/MIT) [![Hackage](https://img.shields.io/hackage/v/cassava-megaparsec.svg?style=flat)](https://hackage.haskell.org/package/cassava-megaparsec) @@ -58,6 +61,37 @@ To pretty print a error message use the `parseErrorPretty` function from This should be enough to start using the package, please consult Haddocks for detailed per-function documentation. +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + + + + + + + + + + +
Mark Karpov
Mark Karpov

💻
William R. Arellano
William R. Arellano

💻
Cristhian Motoche
Cristhian Motoche

💻
Andrés Martínez
Andrés Martínez

💻
ˌbodʲɪˈɡrʲim
ˌbodʲɪˈɡrʲim

💻
Felix Yan
Felix Yan

💻
Jorge Guerra Landázuri
Jorge Guerra Landázuri

💻
Justin S. Leitgeb
Justin S. Leitgeb

💻
+ + + + + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! + ## License MIT, see [the LICENSE file](LICENSE).