Skip to content

Commit

Permalink
Merge pull request #12 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
  • Loading branch information
RCheesley committed Jul 12, 2024
2 parents 3b516de + 2d6083b commit 12eea21
Show file tree
Hide file tree
Showing 2 changed files with 51 additions and 0 deletions.
26 changes: 26 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitType": "docs",
"commitConvention": "angular",
"contributors": [
{
"login": "matbcvo",
"name": "Martin Vooremäe",
"avatar_url": "https://avatars.githubusercontent.com/u/1006437?v=4",
"profile": "https://matbcvo.github.io",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
"skipCi": true,
"repoType": "github",
"repoHost": "https://github.com",
"projectName": "language-packer",
"projectOwner": "mautic"
}
25 changes: 25 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
Mautic Language Packager
<!-- 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 -->
====================

This is a command line utility to build installable language packages for Mautic.
Expand Down Expand Up @@ -108,3 +111,25 @@ In `https://github.com/<username>/language-packer/settings/secrets/actions/new`,

1. Create a Github token for pushing packages to language-packs repo
2. Copy this token and create a new secret with `NEW_GITHUB_TOKEN` name in `https://github.com/<username>/language-packer/settings/secrets/actions/new`

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- 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://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/language-packer/commits?author=matbcvo" title="Code">💻</a></td>
</tr>
</tbody>
</table>

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

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

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

0 comments on commit 12eea21

Please sign in to comment.