Skip to content

Commit 5b17e8b

Browse files
docs: create .all-contributorsrc [skip ci]
1 parent 8b4e84b commit 5b17e8b

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

.all-contributorsrc

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

0 commit comments

Comments
 (0)