Skip to content

Commit 8a7f9d4

Browse files
committed
add .all-contributorsrc file
1 parent 217f9b6 commit 8a7f9d4

File tree

1 file changed

+39
-0
lines changed

1 file changed

+39
-0
lines changed

.all-contributorsrc

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
{
2+
"projectName": "qwik-storefront-ui",
3+
"projectOwner": "qwikifiers",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": [
7+
"README.md"
8+
],
9+
"imageSize": 100,
10+
"commit": true,
11+
"commitConvention": "angular",
12+
"contributors": [
13+
{
14+
"login": "gioboa",
15+
"name": "Giorgio Boa",
16+
"avatar_url": "https://avatars.githubusercontent.com/u/35845425?v=4",
17+
"profile": "https://it.linkedin.com/in/giorgio-boa",
18+
"contributions": [
19+
"code",
20+
"test",
21+
"doc",
22+
"maintenance",
23+
"review",
24+
"ideas"
25+
]
26+
},
27+
{
28+
"login": "shairez",
29+
"name": "Shai Reznik",
30+
"avatar_url": "https://avatars1.githubusercontent.com/u/1430726?v=4",
31+
"profile": "https://hirez.io/?utm_source=github&utm_medium=link&utm_campaign=qwik-storefront-ui",
32+
"contributions": [
33+
"infra"
34+
]
35+
}
36+
],
37+
"contributorsPerLine": 7,
38+
"skipCi": true
39+
}

0 commit comments

Comments
 (0)