Skip to content

Commit 8c6dfa0

Browse files
docs: add notrab as a contributor for code, bug, maintenance, doc (#220)
* docs: update gatsby-source-graphcms/README.md [skip ci] * docs: update .all-contributorsrc [skip ci] Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
1 parent c7ea083 commit 8c6dfa0

File tree

2 files changed

+15
-2
lines changed

2 files changed

+15
-2
lines changed

.all-contributorsrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,18 @@
3030
"example",
3131
"ideas"
3232
]
33+
},
34+
{
35+
"login": "notrab",
36+
"name": "Jamie Barton",
37+
"avatar_url": "https://avatars.githubusercontent.com/u/950181?v=4",
38+
"profile": "https://graphql.wtf",
39+
"contributions": [
40+
"code",
41+
"bug",
42+
"maintenance",
43+
"doc"
44+
]
3345
}
3446
],
3547
"contributorsPerLine": 7,

gatsby-source-graphcms/README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
</a>
1717
<img src="https://badgen.net/bundlephobia/minzip/gatsby-source-graphcms" alt="minified + gzip size" />
1818
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
19-
<img src="https://img.shields.io/badge/all_contributors-2-purple.svg" alt="Contributors" />
20-
<!-- ALL-CONTRIBUTORS-BADGE:END -->
19+
<img src="https://img.shields.io/badge/all_contributors-1-purple.svg" alt="Contributors" />
20+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
2121
<br>
2222
<a href="https://gatsby-source-graphcms.vercel.app">Demo</a> • <a href="https://github.com/GraphCMS/gatsby-starter-graphcms-blog">gatsby-starter-graphcms-blog</a> • <a href="https://slack.graphcms.com">Join us on Slack</a> • <a href="https://app.graphcms.com">Login to GraphCMS</a> • <a href="https://twitter.com/GraphCMS">@GraphCMS</a>
2323
</p>
@@ -351,6 +351,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
351351
<tr>
352352
<td align="center"><a href="http://jonathan.steele.pro"><img src="https://avatars.githubusercontent.com/u/3578709?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jonathan Steele</b></sub></a><br /><a href="https://github.com/GraphCMS/gatsby-source-graphcms/commits?author=ynnoj" title="Code">💻</a> <a href="#blog-ynnoj" title="Blogposts">📝</a> <a href="#example-ynnoj" title="Examples">💡</a> <a href="#ideas-ynnoj" title="Ideas, Planning, & Feedback">🤔</a> <a href="#maintenance-ynnoj" title="Maintenance">🚧</a> <a href="#projectManagement-ynnoj" title="Project Management">📆</a></td>
353353
<td align="center"><a href="http://joaopedro.dev"><img src="https://avatars.githubusercontent.com/u/26466516?v=4?s=100" width="100px;" alt=""/><br /><sub><b>João Pedro Schmitz</b></sub></a><br /><a href="https://github.com/GraphCMS/gatsby-source-graphcms/commits?author=jpedroschmitz" title="Code">💻</a> <a href="#example-jpedroschmitz" title="Examples">💡</a> <a href="#ideas-jpedroschmitz" title="Ideas, Planning, & Feedback">🤔</a></td>
354+
<td align="center"><a href="https://graphql.wtf"><img src="https://avatars.githubusercontent.com/u/950181?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Jamie Barton</b></sub></a><br /><a href="https://github.com/GraphCMS/gatsby-source-graphcms/commits?author=notrab" title="Code">💻</a> <a href="https://github.com/GraphCMS/gatsby-source-graphcms/issues?q=author%3Anotrab" title="Bug reports">🐛</a> <a href="#maintenance-notrab" title="Maintenance">🚧</a> <a href="https://github.com/GraphCMS/gatsby-source-graphcms/commits?author=notrab" title="Documentation">📖</a></td>
354355
</tr>
355356
</table>
356357

0 commit comments

Comments
 (0)