Committed by
GitHub
docs: create .all-contributorsrc [skip ci]
Showing
1 changed file
with
24 additions
and
0 deletions
.all-contributorsrc
0 → 100644
1 | +{ | ||
2 | + "files": [ | ||
3 | + "README.md" | ||
4 | + ], | ||
5 | + "imageSize": 100, | ||
6 | + "commit": false, | ||
7 | + "contributors": [ | ||
8 | + { | ||
9 | + "login": "jonataslaw", | ||
10 | + "name": "Jonny Borges", | ||
11 | + "avatar_url": "https://avatars2.githubusercontent.com/u/35742643?v=4", | ||
12 | + "profile": "https://github.com/jonataslaw", | ||
13 | + "contributions": [ | ||
14 | + "code" | ||
15 | + ] | ||
16 | + } | ||
17 | + ], | ||
18 | + "contributorsPerLine": 7, | ||
19 | + "projectName": "get", | ||
20 | + "projectOwner": "jonataslaw", | ||
21 | + "repoType": "github", | ||
22 | + "repoHost": "https://github.com", | ||
23 | + "skipCi": true | ||
24 | +} |
-
Please register or login to post a comment