docs: add keithamus as a contributor for code (#4359)
* docs: update .github/README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * docs: update .github/README.md [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
This commit is contained in:
parent
9444cc9256
commit
5376b62a8d
|
@ -1203,6 +1203,15 @@
|
|||
"contributions": [
|
||||
"bug"
|
||||
]
|
||||
},
|
||||
{
|
||||
"login": "keithamus",
|
||||
"name": "Keith Cirkel",
|
||||
"avatar_url": "https://avatars.githubusercontent.com/u/118266?v=4",
|
||||
"profile": "https://www.keithcirkel.co.uk",
|
||||
"contributions": [
|
||||
"code"
|
||||
]
|
||||
}
|
||||
],
|
||||
"contributorsPerLine": 7,
|
||||
|
|
|
@ -124,7 +124,7 @@ A lot of our work is based on the great effort of others. We would love to exten
|
|||
## Contributors ✨
|
||||
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
|
||||
[![All Contributors](https://img.shields.io/badge/all_contributors-127-orange.svg?style=for-the-badge)](#contributors)
|
||||
[![All Contributors](https://img.shields.io/badge/all_contributors-128-orange.svg?style=for-the-badge)](#contributors)
|
||||
<!-- ALL-CONTRIBUTORS-BADGE:END -->
|
||||
|
||||
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
|
||||
|
@ -300,6 +300,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|||
</tr>
|
||||
<tr>
|
||||
<td align="center"><a href="https://github.com/cccs31"><img src="https://avatars.githubusercontent.com/u/29389546?v=4?s=100" width="100px;" alt="cccs31"/><br /><sub><b>cccs31</b></sub></a><br /><a href="https://github.com/truecharts/charts/issues?q=author%3Acccs31" title="Bug reports">🐛</a></td>
|
||||
<td align="center"><a href="https://www.keithcirkel.co.uk"><img src="https://avatars.githubusercontent.com/u/118266?v=4?s=100" width="100px;" alt="Keith Cirkel"/><br /><sub><b>Keith Cirkel</b></sub></a><br /><a href="https://github.com/truecharts/charts/commits?author=keithamus" title="Code">💻</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
Loading…
Reference in New Issue