diff --git a/.all-contributorsrc b/.all-contributorsrc index 6d0a41bf..f4c302f4 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -1,13 +1,13 @@ { - "projectName": "starknet-id", - "projectOwner": "starknet.quest", + "files": ["README.md"], + "imageSize": 100, + "commit": false, + "contributors": [], + "contributorsPerLine": 7, + "projectName": "Starknet Quest", + "projectOwner": "lfglabs-dev", "repoType": "github", "repoHost": "https://github.com", - "files": [ - "README.md" - ], - "imageSize": 100, - "commit": true, - "commitConvention": "angular", - "contributorsPerLine": 7 + "skipCi": true, + "commitConvention": "none" } \ No newline at end of file diff --git a/README.md b/README.md index 686d185c..f455f6b9 100644 --- a/README.md +++ b/README.md @@ -70,8 +70,19 @@ for more information on how to get started. To connect with us regarding any queries about contributing to the repo, feel free to join our telegram group [here](https://t.me/SQcontributors) +## Adding yourself as a contributor -## Contributors +If you've contributed to this project, you can easily add yourself to the contributors list by commenting on any issue or pull request with: `@all-contributors please add for ` + +For example: `@all-contributors please add @fricoben for code, doc, business, and ideas` + +For a full list of contribution types, check out the [emoji key](https://allcontributors.org/docs/en/emoji-key). + + + +## Contributors ✨ + +Thanks goes to these wonderful people 1: @@ -82,4 +93,5 @@ To connect with us regarding any queries about contributing to the repo, feel fr - +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