Skip to content

Commit

Permalink
Merge pull request #326 from mautic/all-contributors/add-matbcvo
Browse files Browse the repository at this point in the history
docs: add matbcvo as a contributor for code, and test
  • Loading branch information
RCheesley committed Jul 18, 2024
2 parents 8e68ea9 + ce08a7a commit 2bb7883
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
13 changes: 12 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,16 @@
"contributions": [
"userTesting"
]
},
{
"login": "matbcvo",
"name": "Martin Vooremäe",
"avatar_url": "https://avatars.githubusercontent.com/u/1006437?v=4",
"profile": "https://matbcvo.github.io",
"contributions": [
"code",
"test"
]
}
],
"contributorsPerLine": 7,
Expand All @@ -75,5 +85,6 @@
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true,
"commitConvention": "angular"
"commitConvention": "angular",
"commitType": "docs"
}
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![codecov](https://codecov.io/gh/mautic/api-library/branch/master/graph/badge.svg)](https://codecov.io/gh/mautic/api-library) [![Latest Stable Version](https://poser.pugx.org/mautic/api-library/v)](//packagist.org/packages/mautic/api-library) [![Total Downloads](https://poser.pugx.org/mautic/api-library/downloads)](//packagist.org/packages/mautic/api-library) [![Latest Unstable Version](https://poser.pugx.org/mautic/api-library/v/unstable)](//packagist.org/packages/mautic/api-library) [![License](https://poser.pugx.org/mautic/api-library/license)](//packagist.org/packages/mautic/api-library)
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-7-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-8-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

# Using the Mautic API Library
Expand Down Expand Up @@ -302,6 +302,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Rocksheep"><img src="https://avatars.githubusercontent.com/u/1311371?v=4?s=100" width="100px;" alt="Marinus van Velzen"/><br /><sub><b>Marinus van Velzen</b></sub></a><br /><a href="https://github.com/mautic/api-library/commits?author=Rocksheep" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://pierre.ammeloot.fr"><img src="https://avatars.githubusercontent.com/u/4603318?v=4?s=100" width="100px;" alt="Pierre Ammeloot"/><br /><sub><b>Pierre Ammeloot</b></sub></a><br /><a href="#userTesting-PierreAmmeloot" title="User Testing">📓</a></td>
</tr>
<tr>
<td align="center" valign="top" width="14.28%"><a href="https://matbcvo.github.io"><img src="https://avatars.githubusercontent.com/u/1006437?v=4?s=100" width="100px;" alt="Martin Vooremäe"/><br /><sub><b>Martin Vooremäe</b></sub></a><br /><a href="https://github.com/mautic/api-library/commits?author=matbcvo" title="Code">💻</a> <a href="https://github.com/mautic/api-library/commits?author=matbcvo" title="Tests">⚠️</a></td>
</tr>
</tbody>
</table>

Expand Down

0 comments on commit 2bb7883

Please sign in to comment.