Skip to content
This repository was archived by the owner on Jul 30, 2020. It is now read-only.

Commit f447b4e

Browse files
authored
chore: add .all-contributorsrc [ci skip]
1 parent 7d5057a commit f447b4e

File tree

1 file changed

+35
-0
lines changed

1 file changed

+35
-0
lines changed

.all-contributorsrc

Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
{
2+
"projectName": "native-testing-library",
3+
"projectOwner": "bcarroll22",
4+
"repoType": "github",
5+
"files": [
6+
"README.md"
7+
],
8+
"imageSize": 100,
9+
"commit": false,
10+
"contributors": [
11+
{
12+
"login": "bcarroll22",
13+
"name": "Brandon Carroll",
14+
"avatar_url": "https://avatars2.githubusercontent.com/u/11020406?v=4",
15+
"profile": "https://github.com/bcarroll22",
16+
"contributions": [
17+
"code",
18+
"doc",
19+
"infra",
20+
"test"
21+
]
22+
},
23+
{
24+
"login": "kentcdodds",
25+
"name": "Kent C. Dodds",
26+
"avatar_url": "https://avatars.githubusercontent.com/u/1500684?v=3",
27+
"profile": "https://kentcdodds.com",
28+
"contributions": [
29+
"ideas"
30+
]
31+
}
32+
],
33+
"contributorsPerLine": 7,
34+
"repoHost": "https://github.com"
35+
}

0 commit comments

Comments
 (0)