Skip to content

Commit 94e707a

Browse files
authored
Create .all-contributorsrc
1 parent 1c9bd60 commit 94e707a

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

.all-contributorsrc

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"projectName": "project-management",
3+
"projectOwner": "devaslanphp",
4+
"repoType": "github",
5+
"repoHost": "https://github.com",
6+
"files": ["README.md"],
7+
"imageSize": 100,
8+
"commit": false,
9+
"contributorsPerLine": 7,
10+
"contributorsSortAlphabetically": false,
11+
"badgeTemplate": "[![All Contributors](https://img.shields.io/github/all-contributors/<%= projectOwner %>/<%= projectName %>?color=ee8449&style=flat-square)](#contributors)",
12+
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
13+
"linkToUsage": true,
14+
"skipCi": true,
15+
"contributors": []
16+
}

0 commit comments

Comments
 (0)