File tree Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Expand file tree Collapse file tree 2 files changed +45
-0
lines changed Original file line number Diff line number Diff line change
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
+ }
Original file line number Diff line number Diff line change @@ -880,3 +880,23 @@ Be sure to read [How To Contribute](CONTRIBUTING.MD)
880
880
You're very welcome to contribute to this list.
881
881
882
882
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!
You can’t perform that action at this time.
0 commit comments