Skip to content
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
27 changes: 24 additions & 3 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
{
"projectName": "<insert the repo's name>",
"projectOwner": "<insert the repo's owner/orgs>"
}
"projectName": "NextJS",
"projectOwner": "frontChapter",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "AmirHosseinKarimi",
"name": "Amir Hossein Karimi",
"avatar_url": "https://avatars.githubusercontent.com/u/17345129?v=4",
"profile": "https://github.com/AmirHosseinKarimi",
"contributions": [
"projectManagement",
"infra",
"maintenance",
"mentoring",
"code"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ This repository contains FrontChapter`s website source code.
<!-- 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/AmirHosseinKarimi"><img src="https://avatars.githubusercontent.com/u/17345129?v=4?s=100" width="100px;" alt="Amir Hossein Karimi"/><br /><sub><b>Amir Hossein Karimi</b></sub></a><br /><a href="#projectManagement-AmirHosseinKarimi" title="Project Management">📆</a> <a href="#infra-AmirHosseinKarimi" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a> <a href="#maintenance-AmirHosseinKarimi" title="Maintenance">🚧</a> <a href="#mentoring-AmirHosseinKarimi" title="Mentoring">🧑‍🏫</a> <a href="#code-AmirHosseinKarimi" title="Code">💻</a></td>
</tr>
</tbody>
</table>

<!-- markdownlint-restore -->
<!-- prettier-ignore-end -->
Expand Down
Loading