Skip to content

Commit db8ac29

Browse files
docs: add john-kelly as a contributor for bug (#110)
* docs: update README.md [skip ci] * docs: create .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: anderoonies <[email protected]>
1 parent d41b766 commit db8ac29

File tree

2 files changed

+47
-0
lines changed

2 files changed

+47
-0
lines changed

.all-contributorsrc

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "john-kelly",
10+
"name": "John Kelly",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/4268509?v=4",
12+
"profile": "https://github.com/john-kelly",
13+
"contributions": [
14+
"bug"
15+
]
16+
}
17+
],
18+
"contributorsPerLine": 7,
19+
"projectName": "chs-js-lib",
20+
"projectOwner": "codehs",
21+
"repoType": "github",
22+
"repoHost": "https://github.com",
23+
"skipCi": true
24+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
[![npm version](https://badge.fury.io/js/chs-js-lib.svg)](https://www.npmjs.com/package/chs-js-lib)
2+
<!-- 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-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
# [The CodeHS JavaScript Library](https://codehs.github.io/chs-js-lib)
47

@@ -8,3 +11,23 @@ This library is structured as
811
## Contributing
912

1013
This project follows the [all-contributors](https://github.com/kentcdodds/all-contributors) specification, which recognizes contributions to open-source are about more than just code. Instructions to add yourself or your contributions are listed [here](contributing.md).
14+
15+
## Contributors ✨
16+
17+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
18+
19+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
20+
<!-- prettier-ignore-start -->
21+
<!-- markdownlint-disable -->
22+
<table>
23+
<tr>
24+
<td align="center"><a href="https://github.com/john-kelly"><img src="https://avatars.githubusercontent.com/u/4268509?v=4?s=100" width="100px;" alt=""/><br /><sub><b>John Kelly</b></sub></a><br /><a href="https://github.com/codehs/chs-js-lib/issues?q=author%3Ajohn-kelly" title="Bug reports">🐛</a></td>
25+
</tr>
26+
</table>
27+
28+
<!-- markdownlint-restore -->
29+
<!-- prettier-ignore-end -->
30+
31+
<!-- ALL-CONTRIBUTORS-LIST:END -->
32+
33+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)