From 2d42753e77bc3962d09081d692abe3404d32878c Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 21:18:47 +0000 Subject: [PATCH 1/2] docs: update README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index e2411d79..f775c789 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors) # Mue [![Codacy Badge](https://api.codacy.com/project/badge/Grade/fba7ad7fc6e14fe0bc2a8d53dbf0bb41)](https://www.codacy.com/app/ohlookitsderpy/Mue?utm_source=github.com&utm_medium=referral&utm_content=ohlookitsderpy/Mue&utm_campaign=Badge_Grade) @@ -140,3 +141,19 @@ Candystick - Portuguese (Some Quotes) *Feel free to pull request with other translations!* and all the contributors <3 + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + +
David Ralph
David Ralph

💻
+ + + +This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome! \ No newline at end of file From 3638e67f28c66f5385ad29727a5891301abe42c0 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Wed, 6 Nov 2019 21:18:48 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc --- .all-contributorsrc | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 00000000..afa91fbb --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,23 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "ohlookitsderpy", + "name": "David Ralph", + "avatar_url": "https://avatars3.githubusercontent.com/u/14052956?v=4", + "profile": "https://derpyenterprises.org", + "contributions": [ + "code" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Mue", + "projectOwner": "ohlookitsderpy", + "repoType": "github", + "repoHost": "https://github.com" +}