Skip to content

Commit

Permalink
docs: add eneajaho as a contributor for code (#12)
Browse files Browse the repository at this point in the history
* docs: update README.md

* docs: update .all-contributorsrc

---------

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] committed Sep 10, 2023
1 parent 439cea8 commit ab046c0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 22 deletions.
53 changes: 33 additions & 20 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,22 +1,35 @@
{
"projectName": "ngxtension-platform",
"projectOwner": "nartc",
"repoType": "github",
"repoHost": "https://github.com",
"files": ["README.md"],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "nartc",
"name": "Chau Tran",
"avatar_url": "https://avatars.githubusercontent.com/u/25516557?v=4",
"profile": "https://nartc.me/",
"contributions": ["code"]
}
],
"contributorsPerLine": 7,
"linkToUsage": true
"projectName": "ngxtension-platform",
"projectOwner": "nartc",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"commitConvention": "angular",
"contributors": [
{
"login": "nartc",
"name": "Chau Tran",
"avatar_url": "https://avatars.githubusercontent.com/u/25516557?v=4",
"profile": "https://nartc.me/",
"contributions": [
"code"
]
},
{
"login": "eneajaho",
"name": "Enea Jahollari",
"avatar_url": "https://avatars.githubusercontent.com/u/25394362?v=4",
"profile": "https://eneajaho.me",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"linkToUsage": true,
"commitType": "docs"
}

8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# NgxtensionPlatform

<!-- 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](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)

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

<a alt="Nx logo" href="https://nx.dev" target="_blank" rel="noreferrer"><img src="https://raw.githubusercontent.com/nrwl/nx/master/images/nx-logo.png" width="45"></a>
Expand Down Expand Up @@ -70,6 +73,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://nartc.me/"><img src="https://avatars.githubusercontent.com/u/25516557?v=4?s=100" width="100px;" alt="Chau Tran"/><br /><sub><b>Chau Tran</b></sub></a><br /><a href="https://github.com/nartc/ngxtension-platform/commits?author=nartc" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://eneajaho.me"><img src="https://avatars.githubusercontent.com/u/25394362?v=4?s=100" width="100px;" alt="Enea Jahollari"/><br /><sub><b>Enea Jahollari</b></sub></a><br /><a href="https://github.com/nartc/ngxtension-platform/commits?author=eneajaho" title="Code">💻</a></td>
</tr>
</tbody>
<tfoot>
Expand All @@ -88,4 +92,4 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

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

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

0 comments on commit ab046c0

Please sign in to comment.