Skip to content
Closed
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
17 changes: 15 additions & 2 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,24 @@
"projectOwner": "nqzai",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributorsSortAlphabetically": true,
"contributors": []
"contributors": [
{
"login": "SankeerthNara",
"name": "SankeerthNara",
"avatar_url": "https://avatars.githubusercontent.com/u/215511671?v=4",
"profile": "https://github.com/SankeerthNara",
"contributions": [
"doc"
]
}
],
"commitType": "docs"
}
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,15 +145,25 @@ see [`CONTRIBUTING.md`](./CONTRIBUTING.md). Report vulnerabilities per
## Contributors

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Thanks to everyone who contributes ([emoji key](https://allcontributors.org/docs/en/emoji-key)) — code and non-code alike:

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/SankeerthNara"><img src="https://avatars.githubusercontent.com/u/215511671?v=4?s=100" width="100px;" alt="SankeerthNara"/><br /><sub><b>SankeerthNara</b></sub></a><br /><a href="https://github.com/nqzai/kakunin-core/commits?author=SankeerthNara" title="Documentation">📖</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->

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

Contributions of any kind are welcome — this project follows the [all-contributors](https://allcontributors.org) spec.
Loading