Skip to content

Commit 609697e

Browse files
docs: create .all-contributorsrc [skip ci]
1 parent 1bc3730 commit 609697e

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

.all-contributorsrc

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
{
2+
"files": [
3+
"README.md"
4+
],
5+
"imageSize": 100,
6+
"commit": false,
7+
"commitConvention": "angular",
8+
"contributors": [
9+
{
10+
"login": "spaenleh",
11+
"name": "Basile Spaenlehauer",
12+
"avatar_url": "https://avatars.githubusercontent.com/u/39373170?v=4",
13+
"profile": "https://github.com/spaenleh",
14+
"contributions": [
15+
"code",
16+
"ideas",
17+
"research",
18+
"test"
19+
]
20+
}
21+
],
22+
"contributorsPerLine": 7,
23+
"skipCi": true,
24+
"repoType": "github",
25+
"repoHost": "https://github.com",
26+
"projectName": "graasp-app-code-capsule",
27+
"projectOwner": "graasp"
28+
}

0 commit comments

Comments
 (0)