Skip to content

Commit e716d83

Browse files
committed
Add @codingknite as a contributor
1 parent aab8d3d commit e716d83

File tree

2 files changed

+45
-0
lines changed

2 files changed

+45
-0
lines changed

.all-contributorsrc

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"projectName": "frontend-development",
3+
"projectOwner": "codingknite",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md",
8+
"CONTRIBUTING.md"
9+
],
10+
"imageSize": 100,
11+
"commit": true,
12+
"commitConvention": "none",
13+
"contributors": [
14+
{
15+
"login": "codingknite",
16+
"name": "Joel P. Mugalu",
17+
"avatar_url": "https://avatars.githubusercontent.com/u/70036189?v=4",
18+
"profile": "https://codingknite.com/",
19+
"contributions": [
20+
"doc"
21+
]
22+
}
23+
],
24+
"contributorsPerLine": 7
25+
}

README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -880,3 +880,23 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
880880
You're very welcome to contribute to this list.
881881

882882
Be sure to read [How to Contribute](CONTRIBUTING.MD) before making your contribution.
883+
884+
## Contributors ✨
885+
886+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
887+
888+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
889+
<!-- prettier-ignore-start -->
890+
<!-- markdownlint-disable -->
891+
<table>
892+
<tr>
893+
<td align="center"><a href="https://codingknite.com/"><img src="https://avatars.githubusercontent.com/u/70036189?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Joel P. Mugalu</b></sub></a><br /><a href="https://github.com/codingknite/frontend-development/commits?author=codingknite" title="Documentation">📖</a></td>
894+
</tr>
895+
</table>
896+
897+
<!-- markdownlint-restore -->
898+
<!-- prettier-ignore-end -->
899+
900+
<!-- ALL-CONTRIBUTORS-LIST:END -->
901+
902+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)