Skip to content
This repository was archived by the owner on Jun 21, 2025. It is now read-only.

Commit ad155f7

Browse files
docs: add david-wahlstedt as a contributor for test (#388)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 23f0e56 commit ad155f7

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@
2525
"code",
2626
"ideas"
2727
]
28+
},
29+
{
30+
"login": "david-wahlstedt",
31+
"name": "david-wahlstedt",
32+
"avatar_url": "https://avatars.githubusercontent.com/u/66391333?v=4",
33+
"profile": "https://github.com/david-wahlstedt",
34+
"contributions": [
35+
"test"
36+
]
2837
}
2938
],
3039
"contributorsPerLine": 7,

README.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,7 @@
11
# pydantic-aioredis
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
5-
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
6-
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
75
<!-- ALL-CONTRIBUTORS-BADGE:END -->
86

97
A simple declarative ORM for Redis, using aioredis. Use your Pydantic
@@ -156,7 +154,8 @@ Thanks go to these wonderful people ([emoji key](https://allcontributors.org/doc
156154
<tbody>
157155
<tr>
158156
<td align="center"><a href="https://github.com/andrewthetechie"><img src="https://avatars.githubusercontent.com/u/1377314?v=4?s=100" width="100px;" alt="Andrew"/><br /><sub><b>Andrew</b></sub></a><br /><a href="https://github.com/andrewthetechie/pydantic-aioredis/commits?author=andrewthetechie" title="Code">💻</a> <a href="https://github.com/andrewthetechie/pydantic-aioredis/commits?author=andrewthetechie" title="Documentation">📖</a></td>
159-
<td align="center"><a href="https://github.com/Tinitto"><img src="https://avatars.githubusercontent.com/u/21363733??v=4?s=100" width="100px;" alt="Martin Ahindura"/><br /><sub><b>Martin Ahindura</b></sub></a><br /><a href="https://github.com/Tinitto/pydantic-aioredis/commits?author=Tinitto" title="Code">💻</a> 🤔</td>
157+
<td align="center"><a href="https://github.com/Tinitto"><img src="https://avatars.githubusercontent.com/u/21363733??v=4?s=100" width="100px;" alt="Martin Ahindura"/><br /><sub><b>Martin Ahindura</b></sub></a><br /><a href="https://github.com/andrewthetechie/pydantic-aioredis/commits?author=Tinitto" title="Code">💻</a> <a href="#ideas-Tinitto" title="Ideas, Planning, & Feedback">🤔</a></td>
158+
<td align="center"><a href="https://github.com/david-wahlstedt"><img src="https://avatars.githubusercontent.com/u/66391333?v=4?s=100" width="100px;" alt="david-wahlstedt"/><br /><sub><b>david-wahlstedt</b></sub></a><br /><a href="https://github.com/andrewthetechie/pydantic-aioredis/commits?author=david-wahlstedt" title="Tests">⚠️</a></td>
160159
</tr>
161160
</tbody>
162161
</table>

0 commit comments

Comments
 (0)