Skip to content

Commit

Permalink
feat: set-up the all-contributors bot front-end
Browse files Browse the repository at this point in the history
  • Loading branch information
raizo07 committed Oct 9, 2024
1 parent f6ca8f7 commit 8e1bda5
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 11 deletions.
18 changes: 9 additions & 9 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -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"
}
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <your-github-username> for <contribution-type>`

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:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand All @@ -82,4 +93,5 @@ To connect with us regarding any queries about contributing to the repo, feel fr

<!-- ALL-CONTRIBUTORS-LIST:END -->


This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
Contributions of any kind welcome!

0 comments on commit 8e1bda5

Please sign in to comment.