Skip to content

Commit

Permalink
Adding contributors
Browse files Browse the repository at this point in the history
  • Loading branch information
Raathigesh committed Jul 30, 2020
1 parent a5a159a commit a88dd51
Show file tree
Hide file tree
Showing 4 changed files with 272 additions and 13 deletions.
15 changes: 8 additions & 7 deletions .all-contributorsrc
@@ -1,25 +1,26 @@
{
"projectName": "waypoint",
"projectOwner": "raathigesh",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "Raathigesh",
"name": "Raathi Kugarajan",
"avatar_url": "https://avatars0.githubusercontent.com/u/3108160?v=4",
"profile": "https://twitter.com/Raathigesh",
"contributions": [
"ideas",
"code",
"design"
"doc",
"test"
]
}
],
"contributorsPerLine": 7,
"projectName": "fabulous",
"projectOwner": "Raathigesh",
"repoType": "github",
"repoHost": "https://github.com"
"contributorsPerLine": 7
}
20 changes: 20 additions & 0 deletions README.md
Expand Up @@ -50,3 +50,23 @@ Read the docs for [additional configurations](https://waypoint.netlify.app/docs/
## Contributing to Waypoint

Have a look at our [contribution guide](https://waypoint.netlify.app/docs/running-locally).

## Contributors ✨

Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://twitter.com/Raathigesh"><img src="https://avatars0.githubusercontent.com/u/3108160?v=4?s=100" width="100px;" alt=""/><br /><sub><b>Raathi Kugarajan</b></sub></a><br /><a href="https://github.com/raathigesh/waypoint/commits?author=Raathigesh" title="Code">💻</a> <a href="https://github.com/raathigesh/waypoint/commits?author=Raathigesh" title="Documentation">📖</a> <a href="https://github.com/raathigesh/waypoint/commits?author=Raathigesh" title="Tests">⚠️</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->

<!-- ALL-CONTRIBUTORS-LIST:END -->

This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
1 change: 1 addition & 0 deletions package.json
Expand Up @@ -98,6 +98,7 @@
"@types/react-resize-detector": "^4.2.0",
"@types/react-router-dom": "^4.3.3",
"ace-builds": "^1.4.7",
"all-contributors-cli": "^6.17.0",
"babel-loader": "^8.0.5",
"babel-plugin-styled-components": "^1.10.0",
"concurrently": "^5.2.0",
Expand Down

0 comments on commit a88dd51

Please sign in to comment.