Skip to content

Commit 6427aab

Browse files
docs: add gaku-sei as a contributor (#218)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * Update README.md Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Parker Ziegler <parkerziegler@users.noreply.github.com>
1 parent 6ef78f9 commit 6427aab

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

.all-contributorsrc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,17 @@
177177
"contributions": [
178178
"doc"
179179
]
180+
},
181+
{
182+
"login": "gaku-sei",
183+
"name": "Kévin Combriat",
184+
"avatar_url": "https://avatars0.githubusercontent.com/u/3982371?v=4",
185+
"profile": "https://github.com/gaku-sei",
186+
"contributions": [
187+
"code",
188+
"bug",
189+
"ideas"
190+
]
180191
}
181192
],
182193
"contributorsPerLine": 6,

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# reason-urql
22

33
[![npm](https://img.shields.io/npm/v/reason-urql.svg)](https://www.npmjs.com/package/reason-urql)
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg)](#contributors)
4+
[![All Contributors](https://img.shields.io/badge/all_contributors-18-orange.svg)](#contributors)
55
[![Build Status](https://travis-ci.com/FormidableLabs/reason-urql.svg?branch=master)](https://travis-ci.com/FormidableLabs/reason-urql)
66
[![Maintenance Status][maintenance-image]](#maintenance-status)
77
[![Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/urql)
@@ -137,6 +137,7 @@ This project follows the [all contributors spec](https://github.com/kentcdodds/a
137137
<td align="center"><a href="https://github.com/tatchi"><img src="https://avatars2.githubusercontent.com/u/5595092?v=4" width="100px;" alt=""/><br /><sub><b>Corentin Leruth</b></sub></a><br /><a href="https://github.com/FormidableLabs/reason-urql/commits?author=tatchi" title="Documentation">📖</a> <a href="https://github.com/FormidableLabs/reason-urql/commits?author=tatchi" title="Code">💻</a></td>
138138
<td align="center"><a href="https://github.com/jeddeloh"><img src="https://avatars3.githubusercontent.com/u/1131723?v=4" width="100px;" alt=""/><br /><sub><b>Joel Jeddeloh</b></sub></a><br /><a href="https://github.com/FormidableLabs/reason-urql/commits?author=jeddeloh" title="Code">💻</a></td>
139139
<td align="center"><a href="https://github.com/hulufei"><img src="https://avatars0.githubusercontent.com/u/261677?v=4" width="100px;" alt=""/><br /><sub><b>hui.liu</b></sub></a><br /><a href="https://github.com/FormidableLabs/reason-urql/commits?author=hulufei" title="Documentation">📖</a></td>
140+
<td align="center"><a href="https://github.com/gaku-sei"><img src="https://avatars0.githubusercontent.com/u/3982371?v=4" width="100px;" alt=""/><br /><sub><b>Kévin Combriat</b></sub></a><br /><a href="https://github.com/FormidableLabs/reason-urql/commits?author=gaku-sei" title="Code">💻</a> <a href="https://github.com/FormidableLabs/reason-urql/issues?q=author%3Agaku-sei" title="Bug reports">🐛</a> <a href="#ideas-gaku-sei" title="Ideas, Planning, & Feedback">🤔</a></td>
140141
</tr>
141142
</table>
142143

0 commit comments

Comments
 (0)