aboutsummaryrefslogtreecommitdiffstats
path: root/.all-contributorsrc
diff options
context:
space:
mode:
authorLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-30 08:38:50 -0500
committerLibravatar Vijay A <vraravam@users.noreply.github.com>2022-04-30 08:38:53 -0500
commit5e34a4b22d82e0dc43fa48c9481a0e500ad729f4 (patch)
treeae106d6df9cb0a2b5ff67b756011f53ee4fbc696 /.all-contributorsrc
parentdocs: add nathanaelhoun as a contributor for review (#13) [skip ci] (diff)
downloadferdium-server-5e34a4b22d82e0dc43fa48c9481a0e500ad729f4.tar.gz
ferdium-server-5e34a4b22d82e0dc43fa48c9481a0e500ad729f4.tar.zst
ferdium-server-5e34a4b22d82e0dc43fa48c9481a0e500ad729f4.zip
Regenerate contributors [skip ci]
Diffstat (limited to '.all-contributorsrc')
-rw-r--r--.all-contributorsrc18
1 files changed, 10 insertions, 8 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
index bed28a9..64c99f4 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -1,10 +1,18 @@
1{ 1{
2 "projectName": "ferdium-server",
3 "projectOwner": "ferdium",
4 "repoType": "github",
5 "repoHost": "https://github.com",
6 "skipCi": true,
2 "files": [ 7 "files": [
3 "README.md" 8 "README.md"
4 ], 9 ],
10 "contributorsPerLine": 7,
5 "imageSize": 100, 11 "imageSize": 100,
6 "commit": false, 12 "commit": true,
13 "commitConvention": "none",
7 "badgeTemplate": "<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-<%= contributors.length %>-default.svg?logo=github' alt='Contributors'/></a>", 14 "badgeTemplate": "<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-<%= contributors.length %>-default.svg?logo=github' alt='Contributors'/></a>",
15 "contributorTemplate": "<a href='<%= contributor.profile %>' title='<%= contributor.name %>: <%= contributor.contributions.join(', ') %>'><img src='<%= contributor.avatar_url %>' alt='<%= contributor.login %>' style='width:<%= options.imageSize %>px;'/></a>",
8 "contributors": [ 16 "contributors": [
9 { 17 {
10 "login": "HuggableSquare", 18 "login": "HuggableSquare",
@@ -126,11 +134,5 @@
126 "review" 134 "review"
127 ] 135 ]
128 } 136 }
129 ], 137 ]
130 "contributorsPerLine": 7,
131 "projectName": "ferdium-server",
132 "projectOwner": "ferdium",
133 "repoType": "github",
134 "repoHost": "https://github.com",
135 "skipCi": true
136} 138}