Skip to content

Commit 869446d

Browse files
Merge pull request #112 from AndcultureCode/all-contributors/add-wintondeshong
docs: add wintondeshong as a contributor
2 parents 697bb5c + 63a3ceb commit 869446d

2 files changed

Lines changed: 49 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"contributors": [
8+
{
9+
"login": "wintondeshong",
10+
"name": "Winton DeShong",
11+
"avatar_url": "https://avatars.githubusercontent.com/u/48424?v=4",
12+
"profile": "https://winton.me",
13+
"contributions": [
14+
"code",
15+
"doc",
16+
"test"
17+
]
18+
}
19+
],
20+
"contributorsPerLine": 7,
21+
"projectName": "AndcultureCode.JavaScript.React.Components",
22+
"projectOwner": "AndcultureCode",
23+
"repoType": "github",
24+
"repoHost": "https://github.com",
25+
"skipCi": true
26+
}

README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,7 @@
11
# AndcultureCode.JavaScript.React.Components
2+
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
3+
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
4+
<!-- ALL-CONTRIBUTORS-BADGE:END -->
25

36
[![Build Status](https://travis-ci.org/AndcultureCode/AndcultureCode.JavaScript.React.Components.svg?branch=master)](https://travis-ci.org/AndcultureCode/AndcultureCode.JavaScript.React.Components)
47
[![codecov](https://codecov.io/gh/AndcultureCode/AndcultureCode.JavaScript.React.Components/branch/master/graph/badge.svg)](https://codecov.io/gh/AndcultureCode/AndcultureCode.JavaScript.React.Components)
@@ -47,3 +50,23 @@ npm run watch:coverage # automatically re-run test suite, along with code covera
4750
# Contributing
4851

4952
Information on contributing to this repo is in the [Contributing Guide](CONTRIBUTING.md)
53+
54+
## Contributors ✨
55+
56+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
57+
58+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
59+
<!-- prettier-ignore-start -->
60+
<!-- markdownlint-disable -->
61+
<table>
62+
<tr>
63+
<td align="center"><a href="https://winton.me"><img src="https://avatars.githubusercontent.com/u/48424?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Winton DeShong</b></sub></a><br /><a href="https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/commits?author=wintondeshong" title="Code">💻</a> <a href="https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/commits?author=wintondeshong" title="Documentation">📖</a> <a href="https://github.com/AndcultureCode/AndcultureCode.JavaScript.React.Components/commits?author=wintondeshong" title="Tests">⚠️</a></td>
64+
</tr>
65+
</table>
66+
67+
<!-- markdownlint-restore -->
68+
<!-- prettier-ignore-end -->
69+
70+
<!-- ALL-CONTRIBUTORS-LIST:END -->
71+
72+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!

0 commit comments

Comments
 (0)