mirror of
https://github.com/goldbergyoni/nodebestpractices.git
synced 2025-10-28 11:35:59 +08:00
Create .all-contributorsrc
This commit is contained in:
15
.all-contributorsrc
Normal file
15
.all-contributorsrc
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
{
|
||||||
|
"files": ["all-contributors.md"],
|
||||||
|
"imageSize": 100,
|
||||||
|
"contributorsPerLine": 7,
|
||||||
|
"badgeTemplate": "[](#contributors)",
|
||||||
|
"contributorTemplate": "<%= avatarBlock %><br /><%= contributions %>",
|
||||||
|
"types": {
|
||||||
|
"custom": {
|
||||||
|
"symbol": "🔭",
|
||||||
|
"description": "A custom contribution type.",
|
||||||
|
"link": "[<%= symbol %>](<%= url %> \"<%= description %>\"),"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"contributors": []
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user