Skip to content

Commit f188b28

Browse files
docs: add tombarton as a contributor (#211)
* docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] * Add doc & test for @tombarton Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> Co-authored-by: Drew Powers <[email protected]>
1 parent c915798 commit f188b28

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

.all-contributorsrc

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,18 @@
5959
"code",
6060
"ideas"
6161
]
62+
},
63+
{
64+
"login": "tombarton",
65+
"name": "Tom Barton",
66+
"avatar_url": "https://avatars1.githubusercontent.com/u/6222711?v=4",
67+
"profile": "https://github.com/tombarton",
68+
"contributions": [
69+
"code",
70+
"doc",
71+
"ideas",
72+
"test"
73+
]
6274
}
6375
],
6476
"contributorsPerLine": 7,

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
[![version
22

33
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
4-
[![All Contributors](https://img.shields.io/badge/all_contributors-5-orange.svg?style=flat-square)](#contributors-)
4+
5+
[![All Contributors](https://img.shields.io/badge/all_contributors-6-orange.svg?style=flat-square)](#contributors-)
6+
57
<!-- ALL-CONTRIBUTORS-BADGE:END -->
68

79
(scoped)](https://img.shields.io/npm/v/@manifoldco/swagger-to-ts.svg)](https://www.npmjs.com/package/@manifoldco/swagger-to-ts)
@@ -264,11 +266,13 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
264266
<td align="center"><a href="https://danielenman.com"><img src="https://avatars3.githubusercontent.com/u/432487?v=4" width="100px;" alt=""/><br /><sub><b>Dan Enman</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/issues?q=author%3Aenmand" title="Bug reports">🐛</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=enmand" title="Code">💻</a></td>
265267
<td align="center"><a href="http://atlefren.net"><img src="https://avatars2.githubusercontent.com/u/1829927?v=4" width="100px;" alt=""/><br /><sub><b>Atle Frenvik Sveen</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=atlefren" title="Code">💻</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=atlefren" title="Documentation">📖</a> <a href="#ideas-atlefren" title="Ideas, Planning, & Feedback">🤔</a></td>
266268
<td align="center"><a href="http://www.timdewolf.com"><img src="https://avatars0.githubusercontent.com/u/4455209?v=4" width="100px;" alt=""/><br /><sub><b>Tim de Wolf</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=tpdewolf" title="Code">💻</a> <a href="#ideas-tpdewolf" title="Ideas, Planning, & Feedback">🤔</a></td>
269+
<td align="center"><a href="https://github.com/tombarton"><img src="https://avatars1.githubusercontent.com/u/6222711?v=4" width="100px;" alt=""/><br /><sub><b>Tom Barton</b></sub></a><br /><a href="https://github.com/manifoldco/swagger-to-ts/commits?author=tombarton" title="Code">💻</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Documentation">📖</a> <a href="#ideas-tombarton" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/manifoldco/swagger-to-ts/commits?author=dangodev" title="Tests">⚠️</a></td>
267270
</tr>
268271
</table>
269272

270273
<!-- markdownlint-enable -->
271274
<!-- prettier-ignore-end -->
275+
272276
<!-- ALL-CONTRIBUTORS-LIST:END -->
273277

274278
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)