Skip to content

Commit e6276c5

Browse files
docs: add bvolkmer as a contributor for bug (#135)
* 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 38c6f50 commit e6276c5

File tree

2 files changed

+22
-7
lines changed

2 files changed

+22
-7
lines changed

.all-contributorsrc

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,23 @@
1919
"example",
2020
"content"
2121
]
22+
},
23+
{
24+
"login": "bvolkmer",
25+
"name": "Benedikt Volkmer",
26+
"avatar_url": "https://avatars.githubusercontent.com/u/7070761?v=4",
27+
"profile": "https://github.com/bvolkmer",
28+
"contributions": [
29+
"bug"
30+
]
2231
}
2332
],
2433
"contributorsPerLine": 7,
25-
"projectName": "template",
34+
"projectName": "go-gitmoji-cli",
2635
"projectOwner": "AndreasAugustin",
2736
"repoType": "github",
2837
"repoHost": "https://github.com",
29-
"skipCi": true
38+
"skipCi": true,
39+
"commitType": "docs",
40+
"commitConvention": "angular"
3041
}

README.md

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# go-gitmoji-cli
22
<!-- 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-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-2-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55
[![CodeQL](https://github.com/AndreasAugustin/go-gitmoji-cli/actions/workflows/github-code-scanning/codeql/badge.svg)](https://github.com/AndreasAugustin/go-gitmoji-cli/actions/workflows/github-code-scanning/codeql)
66

@@ -253,13 +253,17 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
253253
<!-- prettier-ignore-start -->
254254
<!-- markdownlint-disable -->
255255
<table>
256-
<tr>
257-
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AndreasAugustin"><img src="https://avatars0.githubusercontent.com/u/8027933?v=4?s=100" width="100px;" alt="andy Augustin"/><br /><sub><b>andy Augustin</b></sub></a><br /><a href="https://github.com/AndreasAugustin/actions-template-sync/commits?author=AndreasAugustin" title="Documentation">📖</a> <a href="https://github.com/AndreasAugustin/actions-template-sync/commits?author=AndreasAugustin" title="Code">💻</a> <a href="https://github.com/AndreasAugustin/actions-template-sync/pulls?q=is%3Apr+reviewed-by%3AAndreasAugustin" title="Reviewed Pull Requests">👀</a> <a href="#security-AndreasAugustin" title="Security">🛡️</a> <a href="#ideas-AndreasAugustin" title="Ideas, Planning, & Feedback">🤔</a> <a href="#example-AndreasAugustin" title="Examples">💡</a> <a href="#content-AndreasAugustin" title="Content">🖋</a> </td>
258-
</tr>
256+
<tbody>
257+
<tr>
258+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/AndreasAugustin"><img src="https://avatars0.githubusercontent.com/u/8027933?v=4?s=100" width="100px;" alt="andy Augustin"/><br /><sub><b>andy Augustin</b></sub></a><br /><a href="https://github.com/AndreasAugustin/go-gitmoji-cli/commits?author=AndreasAugustin" title="Documentation">📖</a> <a href="https://github.com/AndreasAugustin/go-gitmoji-cli/commits?author=AndreasAugustin" title="Code">💻</a> <a href="https://github.com/AndreasAugustin/go-gitmoji-cli/pulls?q=is%3Apr+reviewed-by%3AAndreasAugustin" title="Reviewed Pull Requests">👀</a> <a href="#security-AndreasAugustin" title="Security">🛡️</a> <a href="#ideas-AndreasAugustin" title="Ideas, Planning, & Feedback">🤔</a> <a href="#example-AndreasAugustin" title="Examples">💡</a> <a href="#content-AndreasAugustin" title="Content">🖋</a></td>
259+
<td align="center" valign="top" width="14.28%"><a href="https://github.com/bvolkmer"><img src="https://avatars.githubusercontent.com/u/7070761?v=4?s=100" width="100px;" alt="Benedikt Volkmer"/><br /><sub><b>Benedikt Volkmer</b></sub></a><br /><a href="https://github.com/AndreasAugustin/go-gitmoji-cli/issues?q=author%3Abvolkmer" title="Bug reports">🐛</a></td>
260+
</tr>
261+
</tbody>
259262
</table>
260263

261-
<!-- markdownlint-enable -->
264+
<!-- markdownlint-restore -->
262265
<!-- prettier-ignore-end -->
266+
263267
<!-- ALL-CONTRIBUTORS-LIST:END -->
264268

265269
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)