aboutsummaryrefslogtreecommitdiffstats
path: root/.all-contributorsrc
diff options
context:
space:
mode:
Diffstat (limited to '.all-contributorsrc')
-rw-r--r--.all-contributorsrc82
1 files changed, 78 insertions, 4 deletions
diff --git a/.all-contributorsrc b/.all-contributorsrc
index 294791d14..78daffcdf 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",
@@ -831,7 +832,8 @@
831 "avatar_url": "https://avatars.githubusercontent.com/u/17520641?v=4", 832 "avatar_url": "https://avatars.githubusercontent.com/u/17520641?v=4",
832 "profile": "https://github.com/stnkl", 833 "profile": "https://github.com/stnkl",
833 "contributions": [ 834 "contributions": [
834 "code" 835 "code",
836 "bug"
835 ] 837 ]
836 }, 838 },
837 { 839 {
@@ -845,7 +847,12 @@
845 "code", 847 "code",
846 "mentoring", 848 "mentoring",
847 "review", 849 "review",
848 "infra" 850 "infra",
851 "ideas",
852 "bug",
853 "content",
854 "userTesting",
855 "projectManagement"
849 ] 856 ]
850 }, 857 },
851 { 858 {
@@ -890,10 +897,77 @@
890 "avatar_url": "https://avatars.githubusercontent.com/u/16797721?v=4", 897 "avatar_url": "https://avatars.githubusercontent.com/u/16797721?v=4",
891 "profile": "https://markushatvan.com", 898 "profile": "https://markushatvan.com",
892 "contributions": [ 899 "contributions": [
900 "code",
901 "ideas",
902 "design",
903 "review",
904 "infra"
905 ]
906 },
907 {
908 "login": "sergiughf",
909 "name": "Sergiu Ghitea",
910 "avatar_url": "https://avatars.githubusercontent.com/u/28300158?v=4",
911 "profile": "https://sergiu.dev/",
912 "contributions": [
913 "code"
914 ]
915 },
916 {
917 "login": "ArviTheMan",
918 "name": "ArviTheMan",
919 "avatar_url": "https://avatars.githubusercontent.com/u/73516201?v=4",
920 "profile": "https://github.com/ArviTheMan",
921 "contributions": [
922 "doc"
923 ]
924 },
925 {
926 "login": "eltociear",
927 "name": "Ikko Ashimine",
928 "avatar_url": "https://avatars.githubusercontent.com/u/22633385?v=4",
929 "profile": "https://bandism.net/",
930 "contributions": [
893 "code" 931 "code"
894 ] 932 ]
933 },
934 {
935 "login": "madsmtm",
936 "name": "Mads Marquart",
937 "avatar_url": "https://avatars.githubusercontent.com/u/10577181?v=4",
938 "profile": "https://github.com/madsmtm",
939 "contributions": [
940 "translation"
941 ]
942 },
943 {
944 "login": "mloskot",
945 "name": "Mateusz Łoskot",
946 "avatar_url": "https://avatars.githubusercontent.com/u/80741?v=4",
947 "profile": "http://mateusz.loskot.net/",
948 "contributions": [
949 "doc"
950 ]
951 },
952 {
953 "login": "skoshy",
954 "name": "Stefan K",
955 "avatar_url": "https://avatars.githubusercontent.com/u/369825?v=4",
956 "profile": "https://github.com/skoshy",
957 "contributions": [
958 "doc"
959 ]
960 },
961 {
962 "login": "graves501",
963 "name": "graves501",
964 "avatar_url": "https://avatars.githubusercontent.com/u/11211125?v=4",
965 "profile": "https://github.com/graves501",
966 "contributions": [
967 "doc"
968 ]
895 } 969 }
896 ], 970 ],
897 "contributorsPerLine": 6, 971 "contributorsPerLine": 16,
898 "skipCi": true 972 "skipCi": true
899} 973}