Skip to content

docs: add bjohn465 as a contributor #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
May 22, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,15 @@
"contributions": [
"doc"
]
},
{
"login": "bjohn465",
"name": "Brandon Johnson",
"avatar_url": "https://avatars2.githubusercontent.com/u/821397?v=4",
"profile": "https://github.com/bjohn465",
"contributions": [
"doc"
]
}
],
"contributorsPerLine": 7,
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore -->
<table><tr><td align="center"><a href="https://kentcdodds.com"><img src="https://avatars0.githubusercontent.com/u/1500684?v=4" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="#maintenance-kentcdodds" title="Maintenance">🚧</a></td><td align="center"><a href="https://alexkrolick.com"><img src="https://avatars3.githubusercontent.com/u/1571667?v=4" width="100px;" alt="Alex Krolick"/><br /><sub><b>Alex Krolick</b></sub></a><br /><a href="#maintenance-alexkrolick" title="Maintenance">🚧</a></td><td align="center"><a href="http://sidak.ml"><img src="https://avatars0.githubusercontent.com/u/35738138?v=4" width="100px;" alt="Sidak Singh Aulakh"/><br /><sub><b>Sidak Singh Aulakh</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=co16353sidak" title="Code">💻</a></td><td align="center"><a href="https://github.com/bcarroll22"><img src="https://avatars2.githubusercontent.com/u/11020406?v=4" width="100px;" alt="Brandon Carroll"/><br /><sub><b>Brandon Carroll</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=bcarroll22" title="Code">💻</a></td><td align="center"><a href="https://github.com/dbismut"><img src="https://avatars2.githubusercontent.com/u/5003380?v=4" width="100px;" alt="David"/><br /><sub><b>David</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=dbismut" title="Documentation">📖</a></td><td align="center"><a href="http://ryanwilsonjames.com"><img src="https://avatars2.githubusercontent.com/u/12059539?v=4" width="100px;" alt="Ryan James"/><br /><sub><b>Ryan James</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=dangerismycat" title="Documentation">📖</a></td></tr></table>
<table><tr><td align="center"><a href="https://kentcdodds.com"><img src="https://avatars0.githubusercontent.com/u/1500684?v=4" width="100px;" alt="Kent C. Dodds"/><br /><sub><b>Kent C. Dodds</b></sub></a><br /><a href="#maintenance-kentcdodds" title="Maintenance">🚧</a></td><td align="center"><a href="https://alexkrolick.com"><img src="https://avatars3.githubusercontent.com/u/1571667?v=4" width="100px;" alt="Alex Krolick"/><br /><sub><b>Alex Krolick</b></sub></a><br /><a href="#maintenance-alexkrolick" title="Maintenance">🚧</a></td><td align="center"><a href="http://sidak.ml"><img src="https://avatars0.githubusercontent.com/u/35738138?v=4" width="100px;" alt="Sidak Singh Aulakh"/><br /><sub><b>Sidak Singh Aulakh</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=co16353sidak" title="Code">💻</a></td><td align="center"><a href="https://github.com/bcarroll22"><img src="https://avatars2.githubusercontent.com/u/11020406?v=4" width="100px;" alt="Brandon Carroll"/><br /><sub><b>Brandon Carroll</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=bcarroll22" title="Code">💻</a></td><td align="center"><a href="https://github.com/dbismut"><img src="https://avatars2.githubusercontent.com/u/5003380?v=4" width="100px;" alt="David"/><br /><sub><b>David</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=dbismut" title="Documentation">📖</a></td><td align="center"><a href="http://ryanwilsonjames.com"><img src="https://avatars2.githubusercontent.com/u/12059539?v=4" width="100px;" alt="Ryan James"/><br /><sub><b>Ryan James</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=dangerismycat" title="Documentation">📖</a></td><td align="center"><a href="https://github.com/bjohn465"><img src="https://avatars2.githubusercontent.com/u/821397?v=4" width="100px;" alt="Brandon Johnson"/><br /><sub><b>Brandon Johnson</b></sub></a><br /><a href="https://github.com/testing-library/testing-library-docs/commits?author=bjohn465" title="Documentation">📖</a></td></tr></table>

<!-- ALL-CONTRIBUTORS-LIST:END -->

Expand Down