From 942df3cb2e5d83d89832fe91c650bb5a70e17a47 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 9 Oct 2021 12:35:52 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index 7ed300a..8db313d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ [![Starware](https://img.shields.io/badge/Starware-⭐-black?labelColor=f9b00d)](https://github.com/zepfietje/starware) + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![All Contributors](https://img.shields.io/badge/all_contributors-12-orange.svg?style=flat-square)](#contributors-) @@ -102,6 +105,19 @@ Your appreciation makes us grow and glow up. ⭐ ## Contributors ✨ Thanks goes to these wonderful people 🥇 + + + + + + + +

shinozaki1595

🎨
+ + + + + From 6db6d83ae1d4ea2dece0ea40806e10e57e5a5396 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 9 Oct 2021 12:35:53 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..1cd7c3a --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,24 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "shinozaki1595", + "name": "shinozaki1595", + "avatar_url": "https://avatars.githubusercontent.com/u/56308301?v=4", + "profile": "https://github.com/shinozaki1595", + "contributions": [ + "design" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "hephaestus", + "projectOwner": "opencodenitr", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}