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

Commit 1fab0fa

Browse files
docs: add jenniferOlsen as a contributor for doc (#52)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent f71a21f commit 1fab0fa

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
@@ -32,6 +32,15 @@
3232
"contributions": [
3333
"code"
3434
]
35+
},
36+
{
37+
"login": "jenniferOlsen",
38+
"name": "Jenny Olsen",
39+
"avatar_url": "https://avatars.githubusercontent.com/u/5099732?v=4",
40+
"profile": "https://github.com/jenniferOlsen",
41+
"contributions": [
42+
"doc"
43+
]
3544
}
3645
],
3746
"contributorsPerLine": 7,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Next.js TypeScript Material UI quality checking project
22
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3-
[![All Contributors](https://img.shields.io/badge/all_contributors-3-orange.svg?style=flat-square)](#contributors-)
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors-)
44
<!-- ALL-CONTRIBUTORS-BADGE:END -->
55

66
Includes TypeScript, Material UI, ESLint, Jest, and React Testing Library
@@ -126,6 +126,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
126126
<td align="center"><a href="http://johnfay.dev"><img src="https://avatars.githubusercontent.com/u/46365891?v=4?s=100" width="100px;" alt=""/><br /><sub><b>John Fay</b></sub></a><br /><a href="https://github.com/MileTwo/nextjs-typescript-material-ui-eslint-jest/commits?author=keonik" title="Code">💻</a></td>
127127
<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>
128128
<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>
129+
<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>
129130
</tr>
130131
</table>
131132

0 commit comments

Comments
 (0)