Skip to content

Commit

Permalink
Merge pull request #43 from klieret/all-contributors/add-exc4l
Browse files Browse the repository at this point in the history
docs: add exc4l as a contributor
  • Loading branch information
klieret committed Nov 28, 2020
2 parents 67c142c + 8e65421 commit bf63975
Show file tree
Hide file tree
Showing 2 changed files with 48 additions and 1 deletion.
24 changes: 24 additions & 0 deletions .all-contributorsrc
@@ -0,0 +1,24 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "exc4l",
"name": "exc4l",
"avatar_url": "https://avatars3.githubusercontent.com/u/74188442?v=4",
"profile": "https://github.com/exc4l",
"contributions": [
"bug"
]
}
],
"contributorsPerLine": 7,
"projectName": "AnkiPandas",
"projectOwner": "klieret",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
25 changes: 24 additions & 1 deletion README.md
@@ -1,5 +1,7 @@
# Analyze and manipulate your Anki collection using pandas!

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->
[![Build
Status](https://travis-ci.org/klieret/AnkiPandas.svg?branch=master)](https://travis-ci.org/klieret/AnkiPandas)
[![Coveralls](https://coveralls.io/repos/github/klieret/AnkiPandas/badge.svg?branch=master)](https://coveralls.io/github/klieret/AnkiPandas?branch=master)
Expand Down Expand Up @@ -187,6 +189,8 @@ community](https://gitter.im/ankipandas/community). If you want to code
something yourself, you are very welcome to submit a [pull
request](https://github.com/klieret/AnkiPandas/pulls)!

Bug reports and pull requests are credited with the help of the [allcontributors bot](https://allcontributors.org/).

## License & Disclaimer

This software is licenced under the [MIT
Expand All @@ -200,3 +204,22 @@ package](https://github.com/pandas-dev/pandas/blob/master/doc/logo/pandas_logo.s
([license2](https://github.com/pandas-dev/pandas/blob/master/LICENSE)).
This library and its author(s) are not affiliated/associated with the
main Anki or pandas project in any way.

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://github.com/exc4l"><img src="https://avatars3.githubusercontent.com/u/74188442?v=4" width="100px;" alt=""/><br /><sub><b>exc4l</b></sub></a><br /><a href="https://github.com/klieret/AnkiPandas/issues?q=author%3Aexc4l" title="Bug reports">🐛</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 comments on commit bf63975

Please sign in to comment.