Skip to content

Commit 0c9f06e

Browse files
allcontributors[bot]Kent C. Dodds
authored andcommitted
docs: add JonathanBruce as a contributor (#16)
* docs: update README.md * docs: update .all-contributorsrc Co-authored-by: null <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent c1b5e8f commit 0c9f06e

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

.all-contributorsrc

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,15 @@
5555
"contributions": [
5656
"doc"
5757
]
58+
},
59+
{
60+
"login": "JonathanBruce",
61+
"name": "Jonathan Bruce",
62+
"avatar_url": "https://avatars3.githubusercontent.com/u/1743411?v=4",
63+
"profile": "https://github.com/JonathanBruce",
64+
"contributions": [
65+
"code"
66+
]
5867
}
5968
],
6069
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ source material for
77
[![Travis Build Status][build-badge]][build]
88
[![AppVeyor Build Status][win-build-badge]][win-build]
99
[![GPL-3.0 License][license-badge]][license]
10-
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors)
10+
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors)
1111
[![PRs Welcome][prs-badge]][prs] [![Code of Conduct][coc-badge]][coc]
1212

1313
## Pre-Workshop Instructions/Requirements
@@ -219,6 +219,7 @@ Thanks goes to these wonderful people
219219
<td align="center"><a href="https://github.com/Zara603"><img src="https://avatars1.githubusercontent.com/u/4918423?v=4" width="100px;" alt="Zara603"/><br /><sub><b>Zara603</b></sub></a><br /><a href="https://github.com/kentcdodds/advanced-react-hooks/commits?author=Zara603" title="Code">💻</a></td>
220220
<td align="center"><a href="https://github.com/michaelfriedman"><img src="https://avatars3.githubusercontent.com/u/17555926?v=4" width="100px;" alt="Michael Friedman"/><br /><sub><b>Michael Friedman</b></sub></a><br /><a href="https://github.com/kentcdodds/advanced-react-hooks/commits?author=michaelfriedman" title="Documentation">📖</a></td>
221221
<td align="center"><a href="https://bitwise.cool"><img src="https://avatars1.githubusercontent.com/u/20847518?v=4" width="100px;" alt="Brandon Newton"/><br /><sub><b>Brandon Newton</b></sub></a><br /><a href="https://github.com/kentcdodds/advanced-react-hooks/commits?author=btnwtn" title="Documentation">📖</a></td>
222+
<td align="center"><a href="https://github.com/JonathanBruce"><img src="https://avatars3.githubusercontent.com/u/1743411?v=4" width="100px;" alt="Jonathan Bruce"/><br /><sub><b>Jonathan Bruce</b></sub></a><br /><a href="https://github.com/kentcdodds/advanced-react-hooks/commits?author=JonathanBruce" title="Code">💻</a></td>
222223
</tr>
223224
</table>
224225

0 commit comments

Comments
 (0)