Skip to content

Commit

Permalink
Merge pull request #94 from stefanjudis/doc-and-contribution-update
Browse files Browse the repository at this point in the history
Doc and contribution update
  • Loading branch information
stefanjudis committed Oct 10, 2016
2 parents 79c5824 + 5e03b86 commit 74226be
Show file tree
Hide file tree
Showing 4 changed files with 308 additions and 196 deletions.
49 changes: 49 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,49 @@
{
"projectName": "credits",
"projectOwner": "stefanjudis",
"files": [
"README.md"
],
"imageSize": 75,
"commit": false,
"contributors": [
{
"login": "Hypercubed",
"name": "Jayson Harshbarger",
"avatar_url": "https://avatars.githubusercontent.com/u/509946?v=3",
"profile": "http://www.hypercubed.com",
"contributions": [
"doc",
"code"
]
},
{
"login": "radibit",
"name": "Radimir Bitsov",
"avatar_url": "https://avatars.githubusercontent.com/u/1242621?v=3",
"profile": "http://radibit.com",
"contributions": [
"doc",
"code"
]
},
{
"login": "allain",
"name": "Allain Lalonde",
"avatar_url": "https://avatars.githubusercontent.com/u/112751?v=3",
"profile": "http://stackoverflow.com/users/2443/allain-lalonde",
"contributions": [
"code"
]
},
{
"login": "nexdrew",
"name": "Andrew Goode",
"avatar_url": "https://avatars.githubusercontent.com/u/1929625?v=3",
"profile": "https://github.com/nexdrew",
"contributions": [
"code"
]
}
]
}
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[![Build Status](http://img.shields.io/travis/stefanjudis/credits.svg?style=flat)](https://travis-ci.org/stefanjudis/credits) [![npm version](http://img.shields.io/npm/v/credits.svg?style=flat)](https://www.npmjs.org/package/credits) [![npm downloads](http://img.shields.io/npm/dm/credits.svg?style=flat)](https://www.npmjs.org/package/credits) [![Coverage Status](http://img.shields.io/coveralls/stefanjudis/credits.svg?style=flat)](https://coveralls.io/r/stefanjudis/credits?branch=master) [![Uses greenkeeper.io](https://img.shields.io/badge/Uses-greenkeeper.io-green.svg)](http://greenkeeper.io/)
[![All Contributors](https://img.shields.io/badge/all_contributors-4-orange.svg?style=flat-square)](#contributors)

# credits

Expand Down Expand Up @@ -65,3 +66,14 @@ credits( creditPath )
```

#### I want to thank all these [people](./THANKS.md) for their great work!!!

## Contributors

Thanks goes to these wonderful people ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
| [<img src="https://avatars.githubusercontent.com/u/509946?v=3" width="75px;"/><br /><sub>Jayson Harshbarger</sub>](http://www.hypercubed.com)<br />[πŸ“–](https://github.com/stefanjudis/credits/commits?author=Hypercubed) [πŸ’»](https://github.com/stefanjudis/credits/commits?author=Hypercubed) | [<img src="https://avatars.githubusercontent.com/u/1242621?v=3" width="75px;"/><br /><sub>Radimir Bitsov</sub>](http://radibit.com)<br />[πŸ“–](https://github.com/stefanjudis/credits/commits?author=radibit) [πŸ’»](https://github.com/stefanjudis/credits/commits?author=radibit) | [<img src="https://avatars.githubusercontent.com/u/112751?v=3" width="75px;"/><br /><sub>Allain Lalonde</sub>](http://stackoverflow.com/users/2443/allain-lalonde)<br />[πŸ’»](https://github.com/stefanjudis/credits/commits?author=allain) | [<img src="https://avatars.githubusercontent.com/u/1929625?v=3" width="75px;"/><br /><sub>Andrew Goode</sub>](https://github.com/nexdrew)<br />[πŸ’»](https://github.com/stefanjudis/credits/commits?author=nexdrew) |
| :---: | :---: | :---: | :---: |
<!-- ALL-CONTRIBUTORS-LIST:END -->

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

0 comments on commit 74226be

Please sign in to comment.