Skip to content
This repository was archived by the owner on Oct 15, 2021. It is now read-only.

docs: add bcanfield as a contributor for maintenance, infra #53

Merged
merged 2 commits into from
Oct 14, 2021
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
10 changes: 10 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,16 @@
"contributions": [
"doc"
]
},
{
"login": "bcanfield",
"name": "Brandin Canfield",
"avatar_url": "https://avatars.githubusercontent.com/u/12603953?v=4",
"profile": "https://github.com/bcanfield",
"contributions": [
"maintenance",
"infra"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Next.js TypeScript Material UI quality checking project
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

Includes TypeScript, Material UI, ESLint, Jest, and React Testing Library
Expand Down Expand Up @@ -127,6 +127,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<td align="center"><a href="http://renestep.com"><img src="https://avatars.githubusercontent.com/u/22155535?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Ren Estep</b></sub></a><br /><a href="https://github.com/MileTwo/nextjs-typescript-material-ui-eslint-jest/commits?author=storiesOfRen" title="Code">💻</a> <a href="#a11y-storiesOfRen" title="Accessibility">️️️️♿️</a></td>
<td align="center"><a href="https://heystevegray.dev/"><img src="https://avatars.githubusercontent.com/u/66500112?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Steve Gray</b></sub></a><br /><a href="https://github.com/MileTwo/nextjs-typescript-material-ui-eslint-jest/commits?author=heystevegray" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/jenniferOlsen"><img src="https://avatars.githubusercontent.com/u/5099732?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jenny Olsen</b></sub></a><br /><a href="https://github.com/MileTwo/nextjs-typescript-material-ui-eslint-jest/commits?author=jenniferOlsen" title="Documentation">📖</a></td>
<td align="center"><a href="https://github.com/bcanfield"><img src="https://avatars.githubusercontent.com/u/12603953?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Brandin Canfield</b></sub></a><br /><a href="#maintenance-bcanfield" title="Maintenance">🚧</a> <a href="#infra-bcanfield" title="Infrastructure (Hosting, Build-Tools, etc)">🚇</a></td>
</tr>
</table>

Expand Down