Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: add davidoort as a contributor for doc, maintenance, and test #41

Merged
merged 3 commits into from
May 21, 2024
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
5 changes: 4 additions & 1 deletion .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,10 @@
"avatar_url": "https://avatars.githubusercontent.com/u/21220927?v=4",
"profile": "http://david-alonso.com",
"contributions": [
"code"
"code",
"doc",
"maintenance",
"test"
]
},
{
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ This repository is proudly maintained by the team at [**The Fire Company**](http
<table>
<tbody>
<tr>
<td align="center" valign="top" width="14.28%"><a href="http://david-alonso.com"><img src="https://avatars.githubusercontent.com/u/21220927?v=4?s=100" width="100px;" alt="David Oort Alonso"/><br /><sub><b>David Oort Alonso</b></sub></a><br /><a href="#code-davidoort" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="http://david-alonso.com"><img src="https://avatars.githubusercontent.com/u/21220927?v=4?s=100" width="100px;" alt="David Oort Alonso"/><br /><sub><b>David Oort Alonso</b></sub></a><br /><a href="#code-davidoort" title="Code">💻</a> <a href="#doc-davidoort" title="Documentation">📖</a> <a href="#maintenance-davidoort" title="Maintenance">🚧</a> <a href="#test-davidoort" title="Tests">⚠️</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://epmatt.com"><img src="https://avatars.githubusercontent.com/u/30753195?v=4?s=100" width="100px;" alt="Matteo Agnoletto"/><br /><sub><b>Matteo Agnoletto</b></sub></a><br /><a href="#code-EPMatt" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://giorgio.garasto.me"><img src="https://avatars.githubusercontent.com/u/28671340?v=4?s=100" width="100px;" alt="Giorgio Garasto"/><br /><sub><b>Giorgio Garasto</b></sub></a><br /><a href="#code-Dabolus" title="Code">💻</a></td>
<td align="center" valign="top" width="14.28%"><a href="https://github.com/TommasoBendinelli"><img src="https://avatars.githubusercontent.com/u/43389342?v=4?s=100" width="100px;" alt="Tommaso Bendinelli"/><br /><sub><b>Tommaso Bendinelli</b></sub></a><br /><a href="#code-TommasoBendinelli" title="Code">💻</a> <a href="#doc-TommasoBendinelli" title="Documentation">📖</a> <a href="#test-TommasoBendinelli" title="Tests">⚠️</a></td>
Expand Down
Loading