Skip to content

Commit

Permalink
docs: add joepurdy as a contributor for code, and maintenance (#2)
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 Apr 9, 2024
1 parent 7029768 commit 9c385b4
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
20 changes: 19 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,22 @@
{
"projectName": "laravel-secrets-vault",
"projectOwner": "SunwolfEngineering"
"projectOwner": "SunwolfEngineering",
"files": [
"README.md"
],
"commitType": "docs",
"commitConvention": "angular",
"contributorsPerLine": 7,
"contributors": [
{
"login": "joepurdy",
"name": "Joe Purdy",
"avatar_url": "https://avatars.githubusercontent.com/u/6409227?v=4",
"profile": "https://purdy.dev/?ref=github",
"contributions": [
"code",
"maintenance"
]
}
]
}
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,13 @@ Please see [CONTRIBUTING](CONTRIBUTING.md) for details.
<!-- 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://purdy.dev/?ref=github"><img src="https://avatars.githubusercontent.com/u/6409227?v=4?s=100" width="100px;" alt="Joe Purdy"/><br /><sub><b>Joe Purdy</b></sub></a><br /><a href="#code-joepurdy" title="Code">💻</a> <a href="#maintenance-joepurdy" title="Maintenance">🚧</a></td>
</tr>
</tbody>
</table>

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

0 comments on commit 9c385b4

Please sign in to comment.