From 0ff33009d4f1f00e0d2a945be79d57600e9d18c7 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:39:48 +0000 Subject: [PATCH 1/2] docs: update README.md [skip ci] --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index 63081ec..27570c1 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-) + # Dragon Fruit Delight: A Word Scramble Saga ![MIT License](https://img.shields.io/badge/License-MIT-green.svg) @@ -42,3 +45,25 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi ## ⭐ Star This Repo If you like this project or find it helpful, please consider giving it a star! It helps us grow and motivates us to maintain and improve the project. + +## Contributors ✨ + +Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)): + + + + + + + + + + +
Ruth
Ruth

💻 🖋
+ + + + + + +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 9c63522f461d001578d2f9b4f32e21c4b9abf2e4 Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Sun, 27 Oct 2024 11:39:49 +0000 Subject: [PATCH 2/2] docs: create .all-contributorsrc [skip ci] --- .all-contributorsrc | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 .all-contributorsrc diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..7ba614d --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,27 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "commitType": "docs", + "commitConvention": "angular", + "contributors": [ + { + "login": "ruth-chirwa", + "name": "Ruth", + "avatar_url": "https://avatars.githubusercontent.com/u/129673094?v=4", + "profile": "https://github.com/ruth-chirwa", + "contributions": [ + "code", + "content" + ] + } + ], + "contributorsPerLine": 7, + "skipCi": true, + "repoType": "github", + "repoHost": "https://github.com", + "projectName": "dragon24", + "projectOwner": "bijiyiqi2017" +}