Skip to content

Commit 12c30f2

Browse files
docs: add BerranRemzi as a contributor for bug, and code (#1115)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent 2c41562 commit 12c30f2

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.all-contributorsrc

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitType": "docs",
8+
"commitConvention": "angular",
9+
"contributors": [
10+
{
11+
"login": "BerranRemzi",
12+
"name": "Berran Remzi",
13+
"avatar_url": "https://avatars.githubusercontent.com/u/11856339?v=4",
14+
"profile": "https://github.com/BerranRemzi",
15+
"contributions": [
16+
"bug",
17+
"code"
18+
]
19+
}
20+
],
21+
"contributorsPerLine": 7,
22+
"skipCi": true,
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"projectName": "ESP3D",
26+
"projectOwner": "luc-github"
27+
}

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# ESP3D 3.0 ![ESP3D](https://img.shields.io/badge/dynamic/json?label=ESP3D&query=$.version&url=https://raw.githubusercontent.com/luc-github/ESP3D/refs/heads/3.0/info.json)
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25
<img src="https://github.com/luc-github/ESP3D/blob/3.0/images/Screen/logo2.png">
36
Firmware for ESP8266/ESP8285 and ESP32 (original, pico, S2, S3, C3, C6) used with 3D printer/Sand-Table and CNC
47

@@ -121,6 +124,21 @@ Please use discord : [![discord](https://img.shields.io/discord/7528221487955969
121124
## Contributors ✨
122125

123126
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
127+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
128+
<!-- prettier-ignore-start -->
129+
<!-- markdownlint-disable -->
130+
<table>
131+
<tbody>
132+
<tr>
133+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/BerranRemzi"><img src="https://avatars.githubusercontent.com/u/11856339?v=4?s=100" width="100px;" alt="Berran Remzi"/><br /><sub><b>Berran Remzi</b></sub></a><br /><a href="https://github.com/luc-github/ESP3D/issues?q=author%3ABerranRemzi" title="Bug reports">🐛</a> <a href="https://github.com/luc-github/ESP3D/commits?author=BerranRemzi" title="Code">💻</a></td>
134+
</tr>
135+
</tbody>
136+
</table>
137+
138+
<!-- markdownlint-restore -->
139+
<!-- prettier-ignore-end -->
140+
141+
<!-- ALL-CONTRIBUTORS-LIST:END -->
124142

125143
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
126144
<!-- prettier-ignore-start -->

0 commit comments

Comments
 (0)