From 100cc538fa347ab079e55f8ae5a09283846a8813 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 11:55:14 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) diff --git a/README.md b/README.md index e544038..23089cd 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,27 @@ # Core + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ## The Core Mod of HMCore which powers the whole system. ### TODO + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Wieland Schöbl

⚠️ 💻 📖
+ + + + + + +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 766acb02a67eaf9949c18c0ac4001f2ca02d047e Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 12 Apr 2021 11:55:15 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..0f5b468 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "wulkanat", + "name": "Wieland Schöbl", + "avatar_url": "https://avatars.githubusercontent.com/u/19289296?v=4", + "profile": "https://github.com/wulkanat", + "contributions": [ + "test", + "code", + "doc" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "Core", + "projectOwner": "HMCore", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}