aboutsummaryrefslogtreecommitdiffstats
path: root/.all-contributorsrc
diff options
context:
space:
mode:
authorLibravatar Amine Mouafik <amine@mouafik.fr>2020-02-29 05:07:29 +0100
committerLibravatar Vijay A <avijayr@protonmail.com>2021-07-19 11:03:45 +0530
commit1613fe66d7cdcd0766ca571e81e2a19c5220f264 (patch)
tree712f4e46703893c79b4195d17338aff15f46df10 /.all-contributorsrc
parent5.6.1-nightly.1 (diff)
downloadferdium-app-1613fe66d7cdcd0766ca571e81e2a19c5220f264.tar.gz
ferdium-app-1613fe66d7cdcd0766ca571e81e2a19c5220f264.tar.zst
ferdium-app-1613fe66d7cdcd0766ca571e81e2a19c5220f264.zip
Change contributor template to allow more contributors. [skip ci]
Regenerate with new contributors added.
Diffstat (limited to '.all-contributorsrc')
-rw-r--r--.all-contributorsrc75
1 files changed, 72 insertions, 3 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 294791d14..5491cdf0c 100644
--- a/.all-contributorsrc
+++ b/.all-contributorsrc
@@ -6,10 +6,11 @@
6 "files": [ 6 "files": [
7 "README.md" 7 "README.md"
8 ], 8 ],
9 "imageSize": 40, 9 "imageSize": 42,
10 "commit": true, 10 "commit": true,
11 "commitConvention": "none", 11 "commitConvention": "none",
12 "badgeTemplate": "<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-<%= contributors.length %>-default.svg?logo=github' alt='Contributors'/></a>", 12 "badgeTemplate": "<a href='#contributors-'><img src='https://img.shields.io/badge/contributors-<%= contributors.length %>-default.svg?logo=github' alt='Contributors'/></a>",
13 "contributorTemplate": "<a href='<%= contributor.profile %>' title='<%= contributor.name %>: <%= contributor.contributions.join(', ') %>'><img src='<%= contributor.avatar_url %>' alt='<%= contributor.login %>' style='border-radius:<%= options.imageSize %>px;width:<%= options.imageSize %>px;height:<%= options.imageSize %>px;'/></a>",
13 "contributors": [ 14 "contributors": [
14 { 15 {
15 "login": "vantezzen", 16 "login": "vantezzen",
@@ -845,7 +846,12 @@
845 "code", 846 "code",
846 "mentoring", 847 "mentoring",
847 "review", 848 "review",
848 "infra" 849 "infra",
850 "ideas",
851 "bug",
852 "content",
853 "userTesting",
854 "projectManagement"
849 ] 855 ]
850 }, 856 },
851 { 857 {
@@ -892,8 +898,71 @@
892 "contributions": [ 898 "contributions": [
893 "code" 899 "code"
894 ] 900 ]
901 },
902 {
903 "login": "sergiughf",
904 "name": "Sergiu Ghitea",
905 "avatar_url": "https://avatars.githubusercontent.com/u/28300158?v=4",
906 "profile": "https://sergiu.dev/",
907 "contributions": [
908 "code"
909 ]
910 },
911 {
912 "login": "ArviTheMan",
913 "name": "ArviTheMan",
914 "avatar_url": "https://avatars.githubusercontent.com/u/73516201?v=4",
915 "profile": "https://github.com/ArviTheMan",
916 "contributions": [
917 "doc"
918 ]
919 },
920 {
921 "login": "eltociear",
922 "name": "Ikko Ashimine",
923 "avatar_url": "https://avatars.githubusercontent.com/u/22633385?v=4",
924 "profile": "https://bandism.net/",
925 "contributions": [
926 "code"
927 ]
928 },
929 {
930 "login": "madsmtm",
931 "name": "Mads Marquart",
932 "avatar_url": "https://avatars.githubusercontent.com/u/10577181?v=4",
933 "profile": "https://github.com/madsmtm",
934 "contributions": [
935 "translation"
936 ]
937 },
938 {
939 "login": "mloskot",
940 "name": "Mateusz Łoskot",
941 "avatar_url": "https://avatars.githubusercontent.com/u/80741?v=4",
942 "profile": "http://mateusz.loskot.net/",
943 "contributions": [
944 "doc"
945 ]
946 },
947 {
948 "login": "skoshy",
949 "name": "Stefan K",
950 "avatar_url": "https://avatars.githubusercontent.com/u/369825?v=4",
951 "profile": "https://github.com/skoshy",
952 "contributions": [
953 "doc"
954 ]
955 },
956 {
957 "login": "graves501",
958 "name": "graves501",
959 "avatar_url": "https://avatars.githubusercontent.com/u/11211125?v=4",
960 "profile": "https://github.com/graves501",
961 "contributions": [
962 "doc"
963 ]
895 } 964 }
896 ], 965 ],
897 "contributorsPerLine": 6, 966 "contributorsPerLine": 16,
898 "skipCi": true 967 "skipCi": true
899} 968}