From 5de9d50961c1de73d6a4b0feff204100bbd5b3a7 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 19:01:39 +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 08e1d55..f9cd19e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + ![Logo](s2p.svg) GitHub GitHub issues GitHub pull requests GitHub milestones GitHub forks @@ -43,3 +46,23 @@ Currently supported languages: |---------------|-------------------------|----------------------------|------| | en | English | English | πŸ‡¬πŸ‡§ | | ro | Romanian | limba romΓ’nΔƒ | πŸ‡·πŸ‡΄ | + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + +

Secret-chest

πŸ’» πŸ“† 🎨 πŸ“– πŸ› 🌍
+ + + + + + +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 2e16327ed11a2a591297e49e1ddfeed3250c3606 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sat, 9 Apr 2022 19:01:40 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..1018960 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,29 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "Secret-chest", + "name": "Secret-chest", + "avatar_url": "https://avatars.githubusercontent.com/u/74449186?v=4", + "profile": "https://Secret-chest.github.io", + "contributions": [ + "code", + "projectManagement", + "design", + "doc", + "bug", + "translation" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "scratch2python", + "projectOwner": "Secret-chest", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +}