Skip to content

Commit 32202cd

Browse files
docs: add dbuezas as a contributor for code, and bug (#978)
* 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 e7c8817 commit 32202cd

File tree

2 files changed

+14
-2
lines changed

2 files changed

+14
-2
lines changed

.all-contributorsrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,12 +213,23 @@
213213
"contributions": [
214214
"platform"
215215
]
216+
},
217+
{
218+
"login": "dbuezas",
219+
"name": "David Buezas",
220+
"avatar_url": "https://avatars.githubusercontent.com/u/777196?v=4",
221+
"profile": "https://github.com/dbuezas",
222+
"contributions": [
223+
"code",
224+
"bug"
225+
]
216226
}
217227
],
218228
"contributorsPerLine": 7,
219229
"skipCi": true,
220230
"repoType": "github",
221231
"repoHost": "https://github.com",
222232
"projectName": "ESP3D",
223-
"projectOwner": "luc-github"
233+
"projectOwner": "luc-github",
234+
"commitType": "docs"
224235
}

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<span align="left"><img src="https://github.com/luc-github/ESP3D/blob/2.1/images/ESP3D.png" width="200px"/></span><span align="left">Firmware for ESP8266/ESP8285 and ESP32 used with 3D printer</span>
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-22-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-23-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55
[<img src="https://img.shields.io/liberapay/patrons/ESP3D.svg?logo=liberapay">](https://liberapay.com/ESP3D)
66

@@ -191,6 +191,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
191191
</tr>
192192
<tr>
193193
<td align="center" valign="top" width="14.28%"><a href="http://www.bigtree-tech.com"><img src="https://avatars.githubusercontent.com/u/38851044?v=4?s=100" width="100px;" alt="BIGTREETECH"/><br /><sub><b>BIGTREETECH</b></sub></a><br /><a href="#platform-bigtreetech" title="Packaging/porting to new platform">📦</a></td>
194+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/dbuezas"><img src="https://avatars.githubusercontent.com/u/777196?v=4?s=100" width="100px;" alt="David Buezas"/><br /><sub><b>David Buezas</b></sub></a><br /><a href="https://github.com/luc-github/ESP3D/commits?author=dbuezas" title="Code">💻</a> <a href="https://github.com/luc-github/ESP3D/issues?q=author%3Adbuezas" title="Bug reports">🐛</a></td>
194195
</tr>
195196
</tbody>
196197
</table>

0 commit comments

Comments
 (0)