Skip to content

Commit 3067c9e

Browse files
committed
docs: add @EndBug as a contributor
1 parent 85ed072 commit 3067c9e

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

.all-contributorsrc

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@
99
"imageSize": 100,
1010
"commit": true,
1111
"commitConvention": "angular",
12-
"contributors": [],
12+
"contributors": [
13+
{
14+
"login": "EndBug",
15+
"name": "Federico Grandi",
16+
"avatar_url": "https://avatars1.githubusercontent.com/u/26386270?v=4",
17+
"profile": "https://github.com/EndBug",
18+
"contributions": [
19+
"code",
20+
"doc"
21+
]
22+
}
23+
],
1324
"contributorsPerLine": 7
1425
}

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Add & Commit
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-0-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
You can use this GitHub Action to commit changes made in your workflow run directly to your repo: for example, you use it to lint your code, update documentation, commit updated builds, etc....
@@ -152,6 +152,12 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
152152
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
153153
<!-- prettier-ignore-start -->
154154
<!-- markdownlint-disable -->
155+
<table>
156+
<tr>
157+
<td align="center"><a href="https://github.com/EndBug"><img src="https://avatars1.githubusercontent.com/u/26386270?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Federico Grandi</b></sub></a><br /><a href="https://github.com/Federico Grandi/add-and-commit/commits?author=EndBug" title="Code">💻</a> <a href="https://github.com/Federico Grandi/add-and-commit/commits?author=EndBug" title="Documentation">📖</a></td>
158+
</tr>
159+
</table>
160+
155161
<!-- markdownlint-enable -->
156162
<!-- prettier-ignore-end -->
157163
<!-- ALL-CONTRIBUTORS-LIST:END -->

0 commit comments

Comments
 (0)