Skip to content

Commit

Permalink
docs: add cereallarceny as a contributor (#163)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: create .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Co-authored-by: Patrick Cason <[email protected]>
  • Loading branch information
allcontributors[bot] and cereallarceny authored Jun 15, 2020
1 parent 196297a commit eb56bc0
Show file tree
Hide file tree
Showing 2 changed files with 43 additions and 0 deletions.
28 changes: 28 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"contributors": [
{
"login": "cereallarceny",
"name": "Patrick Cason",
"avatar_url": "https://avatars1.githubusercontent.com/u/1297930?v=4",
"profile": "https://www.patrickcason.com",
"contributions": [
"ideas",
"code",
"design",
"doc",
"business"
]
}
],
"contributorsPerLine": 7,
"projectName": "syft.js",
"projectOwner": "OpenMined",
"repoType": "github",
"repoHost": "https://github.com",
"skipCi": true
}
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
<img src="art/fake-logo.png" alt="syft.js logo" width="200" />
<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-1-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

![Build](https://img.shields.io/github/workflow/status/OpenMined/syft.js/Run%20tests%20and%20coverage)
![codecov](https://img.shields.io/codecov/c/github/OpenMined/syft.js)
Expand Down Expand Up @@ -330,6 +333,18 @@ The Slack channel `#lib_syft_js` is specific to syft.js development. See you the
## Contributors

These people were integral part of the efforts to bring syft.js to fruition and in its active development.
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
<!-- markdownlint-disable -->
<table>
<tr>
<td align="center"><a href="https://www.patrickcason.com"><img src="https://avatars1.githubusercontent.com/u/1297930?v=4" width="100px;" alt=""/><br /><sub><b>Patrick Cason</b></sub></a><br /><a href="#ideas-cereallarceny" title="Ideas, Planning, & Feedback">🤔</a> <a href="https://github.com/OpenMined/syft.js/commits?author=cereallarceny" title="Code">💻</a> <a href="#design-cereallarceny" title="Design">🎨</a> <a href="https://github.com/OpenMined/syft.js/commits?author=cereallarceny" title="Documentation">📖</a> <a href="#business-cereallarceny" title="Business development">💼</a></td>
</tr>
</table>

<!-- markdownlint-enable -->
<!-- prettier-ignore-end -->
<!-- ALL-CONTRIBUTORS-LIST:END -->

<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
<!-- prettier-ignore-start -->
Expand Down

0 comments on commit eb56bc0

Please sign in to comment.