diff options
| author | allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> | 2020-04-12 00:09:23 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-04-12 00:09:23 +0200 |
| commit | 9fd881443fafd165636292bf187987103de80fd0 (patch) | |
| tree | 12f16c9d97ea6772e411c96b5103c7ca8388fb75 /.all-contributorsrc | |
| parent | 2ff3f7ae13491cde7f68336fa746d2f07b5a9056 (diff) | |
docs: add carols10cents as a contributor (#303)
* docs: update README.md [skip ci]
* docs: create .all-contributorsrc [skip ci]
Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
Diffstat (limited to '.all-contributorsrc')
| -rw-r--r-- | .all-contributorsrc | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc new file mode 100644 index 0000000..d2212b6 --- /dev/null +++ b/.all-contributorsrc @@ -0,0 +1,25 @@ +{ + "files": [ + "README.md" + ], + "imageSize": 100, + "commit": false, + "contributors": [ + { + "login": "carols10cents", + "name": "Carol (Nichols || Goulding)", + "avatar_url": "https://avatars2.githubusercontent.com/u/193874?v=4", + "profile": "http://carol-nichols.com", + "contributions": [ + "code", + "content" + ] + } + ], + "contributorsPerLine": 7, + "projectName": "rustlings", + "projectOwner": "fmoko", + "repoType": "github", + "repoHost": "https://github.com", + "skipCi": true +} |
