Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: set-up the all-contributors bot front-end #866

Merged
merged 2 commits into from
Oct 9, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
15 changes: 13 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,18 @@ 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 go to these wonderful people:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand All @@ -82,4 +92,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!