Skip to content

Commit 5249991

Browse files
docs: add DamianB-BitFlipper as a contributor for code, and test (#942)
* 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 263fa4a commit 5249991

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

.all-contributorsrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,16 @@
108108
"code",
109109
"test"
110110
]
111+
},
112+
{
113+
"login": "DamianB-BitFlipper",
114+
"name": "Damian Barabonkov",
115+
"avatar_url": "https://avatars.githubusercontent.com/u/4206989?v=4",
116+
"profile": "http://damianb.dev",
117+
"contributions": [
118+
"code",
119+
"test"
120+
]
111121
}
112122
],
113123
"contributorsPerLine": 7,
@@ -116,5 +126,6 @@
116126
"repoType": "github",
117127
"repoHost": "https://github.com",
118128
"skipCi": true,
119-
"commitConvention": "angular"
129+
"commitConvention": "angular",
130+
"commitType": "docs"
120131
}

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,11 +221,8 @@ Support me with a :star:
221221
Thanks goes to these wonderful people:
222222

223223
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
224-
225224
<!-- prettier-ignore-start -->
226-
227225
<!-- markdownlint-disable -->
228-
229226
<table>
230227
<tbody>
231228
<tr>
@@ -241,12 +238,12 @@ Thanks goes to these wonderful people:
241238
<td align="center" valign="top" width="14.28%"><a href="https://github.com/Akollek"><img src="https://avatars.githubusercontent.com/u/5873158?v=4?s=100" width="100px;" alt="Amiel Kollek"/><br /><sub><b>Amiel Kollek</b></sub></a><br /><a href="https://github.com/tj-django/django-clone/commits?author=Akollek" title="Code">💻</a> <a href="https://github.com/tj-django/django-clone/issues?q=author%3AAkollek" title="Bug reports">🐛</a> <a href="https://github.com/tj-django/django-clone/commits?author=Akollek" title="Tests">⚠️</a></td>
242239
<td align="center" valign="top" width="14.28%"><a href="https://erictheise.com/"><img src="https://avatars.githubusercontent.com/u/317680?v=4?s=100" width="100px;" alt="Eric Theise"/><br /><sub><b>Eric Theise</b></sub></a><br /><a href="https://github.com/tj-django/django-clone/commits?author=erictheise" title="Documentation">📖</a></td>
243240
<td align="center" valign="top" width="14.28%"><a href="https://github.com/DanielSchaffer"><img src="https://avatars.githubusercontent.com/u/334487?v=4?s=100" width="100px;" alt="Daniel Schaffer"/><br /><sub><b>Daniel Schaffer</b></sub></a><br /><a href="https://github.com/tj-django/django-clone/commits?author=DanielSchaffer" title="Code">💻</a> <a href="https://github.com/tj-django/django-clone/commits?author=DanielSchaffer" title="Tests">⚠️</a></td>
241+
<td align="center" valign="top" width="14.28%"><a href="http://damianb.dev"><img src="https://avatars.githubusercontent.com/u/4206989?v=4?s=100" width="100px;" alt="Damian Barabonkov"/><br /><sub><b>Damian Barabonkov</b></sub></a><br /><a href="https://github.com/tj-django/django-clone/commits?author=DamianB-BitFlipper" title="Code">💻</a> <a href="https://github.com/tj-django/django-clone/commits?author=DamianB-BitFlipper" title="Tests">⚠️</a></td>
244242
</tr>
245243
</tbody>
246244
</table>
247245

248246
<!-- markdownlint-restore -->
249-
250247
<!-- prettier-ignore-end -->
251248

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

0 commit comments

Comments
 (0)