Skip to content

Commit 902f5eb

Browse files
allcontributors[bot]pre-commit-ci[bot]
andauthoredFeb 14, 2025··
docs: add akemkers as a contributor for doc (#231)
* docs: update README.md * docs: update .all-contributorsrc * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7871208 commit 902f5eb

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed
 

‎.all-contributorsrc

+7
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,13 @@
9898
"avatar_url": "https://avatars.githubusercontent.com/u/14110325?v=4",
9999
"profile": "https://github.com/dtanphat9388",
100100
"contributions": ["code"]
101+
},
102+
{
103+
"login": "akemkers",
104+
"name": "Andreas Kemkers",
105+
"avatar_url": "https://avatars.githubusercontent.com/u/17641357?v=4",
106+
"profile": "https://github.com/akemkers",
107+
"contributions": ["doc"]
101108
}
102109
],
103110
"contributorsPerLine": 7,

‎README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
77

8-
[![All Contributors](https://img.shields.io/badge/all_contributors-13-orange.svg?style=flat-square)](#contributors-)
8+
[![All Contributors](https://img.shields.io/badge/all_contributors-14-orange.svg?style=flat-square)](#contributors-)
99

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

@@ -437,6 +437,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
437437
<td align="center" valign="top" width="14.28%"><a href="https://gitlab.nettek.at/explore"><img src="https://avatars.githubusercontent.com/u/963440?v=4?s=100" width="100px;" alt="Daniel Jeller"/><br /><sub><b>Daniel Jeller</b></sub></a><br /><a href="https://github.com/jellydn/hurl.nvim/commits?author=yngwi" title="Code">💻</a> <a href="https://github.com/jellydn/hurl.nvim/commits?author=yngwi" title="Documentation">📖</a></td>
438438
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Xouzoura"><img src="https://avatars.githubusercontent.com/u/74069598?v=4?s=100" width="100px;" alt="Xouzoura"/><br /><sub><b>Xouzoura</b></sub></a><br /><a href="https://github.com/jellydn/hurl.nvim/commits?author=Xouzoura" title="Code">💻</a></td>
439439
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dtanphat9388"><img src="https://avatars.githubusercontent.com/u/14110325?v=4?s=100" width="100px;" alt="Duong Tan Phat"/><br /><sub><b>Duong Tan Phat</b></sub></a><br /><a href="https://github.com/jellydn/hurl.nvim/commits?author=dtanphat9388" title="Code">💻</a></td>
440+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/akemkers"><img src="https://avatars.githubusercontent.com/u/17641357?v=4?s=100" width="100px;" alt="Andreas Kemkers"/><br /><sub><b>Andreas Kemkers</b></sub></a><br /><a href="https://github.com/jellydn/hurl.nvim/commits?author=akemkers" title="Documentation">📖</a></td>
440441
</tr>
441442
</tbody>
442443
<tfoot>

0 commit comments

Comments
 (0)
Please sign in to comment.