Skip to content

Commit 12e8669

Browse files
docs: create .all-contributorsrc [skip ci]
1 parent accb3c1 commit 12e8669

File tree

1 file changed

+29
-0
lines changed

1 file changed

+29
-0
lines changed

.all-contributorsrc

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

0 commit comments

Comments
 (0)