From e6a513a16a90d961871bda30874eced7950d5c1a Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:40:12 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/README.md b/README.md index f2300c6..020e060 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,7 @@ # Athan Time + +[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-) + [![publish](https://github.com/The-Embassy-Collective/athan/actions/workflows/release.yml/badge.svg?branch=main)](https://github.com/The-Embassy-Collective/athan/actions/workflows/release.yml) [![test-on-pr](https://github.com/The-Embassy-Collective/athan/actions/workflows/test.yml/badge.svg?branch=main)](https://github.com/The-Embassy-Collective/athan/actions/workflows/test.yml) @@ -86,6 +89,20 @@ All the design and development work was streamed live on Twitch. You can find th + + + + + + +
Mohamed Amine Fakhre-Eddine
Mohamed Amine Fakhre-Eddine

🐛
+ + + + + + + From fd99277e9897fdf1a14d63c3d2249db23176af98 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 28 Aug 2023 12:40:13 +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..aacd382 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,26 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "aL0NEW0LF", + "name": "Mohamed Amine Fakhre-Eddine", + "avatar_url": "https://avatars.githubusercontent.com/u/114300398?v=4", + "profile": "https://fakhreeddine.dev/", + "contributions": [ + "bug" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "athan", + "projectOwner": "The-Embassy-Collective" +}