|
1 | 1 | { |
2 | | - "projectName": "python-deadlines", |
3 | | - "projectOwner": "JesperDramsch", |
4 | | - "skipCi": true, |
5 | | - "files": [ |
6 | | - "README.md", |
7 | | - "CONTRIBUTING.md" |
8 | | - ], |
9 | | - "imageSize": 100, |
10 | | - "commitType": "docs", |
11 | | - "commitConvention": "angular", |
12 | | - "contributorsPerLine": 7, |
13 | | - "types": { |
14 | | - "conference": { |
15 | | - "symbol": "📆", |
16 | | - "description": "Python conference (Added or updated)", |
17 | | - "link": "#conference-<%= contributor.login %>" |
18 | | - } |
19 | | - }, |
20 | | - "contributors": [ |
21 | | - { |
22 | | - "login": "JesperDramsch", |
23 | | - "name": "Jesper Dramsch", |
24 | | - "avatar_url": "https://avatars.githubusercontent.com/u/2620316?v=4", |
25 | | - "profile": "http://dramsch.net", |
26 | | - "contributions": [ |
27 | | - "a11y", |
28 | | - "bug", |
29 | | - "blog", |
30 | | - "code", |
31 | | - "conference", |
32 | | - "content", |
33 | | - "doc", |
34 | | - "design", |
35 | | - "financial", |
36 | | - "ideas", |
37 | | - "infra", |
38 | | - "promotion", |
39 | | - "review", |
40 | | - "security", |
41 | | - "tool", |
42 | | - "translation", |
43 | | - "talk" |
44 | | - ] |
45 | | - }, |
46 | | - { |
47 | | - "login": "abhshkdz", |
48 | | - "name": "Abhishek Das", |
49 | | - "avatar_url": "https://avatars.githubusercontent.com/u/1156489?v=4", |
50 | | - "profile": "https://abhishekdas.com/", |
51 | | - "contributions": [ |
52 | | - "code" |
53 | | - ] |
54 | | - }, |
55 | | - { |
56 | | - "login": "john-sandall", |
57 | | - "name": "John Sandall", |
58 | | - "avatar_url": "https://avatars.githubusercontent.com/u/2884159?v=4", |
59 | | - "profile": "https://coefficient.ai", |
60 | | - "contributions": [ |
61 | | - "conference", |
62 | | - "bug" |
63 | | - ] |
64 | | - }, |
65 | | - { |
66 | | - "login": "thibaudcolas", |
67 | | - "name": "Thibaud Colas", |
68 | | - "avatar_url": "https://avatars.githubusercontent.com/u/877585?v=4", |
69 | | - "profile": "https://thib.me/", |
70 | | - "contributions": [ |
71 | | - "conference" |
72 | | - ] |
73 | | - }, |
74 | | - { |
75 | | - "login": "tankala", |
76 | | - "name": "Tankala Ashok", |
77 | | - "avatar_url": "https://avatars.githubusercontent.com/u/29096822?v=4", |
78 | | - "profile": "http://tanka.la", |
79 | | - "contributions": [ |
80 | | - "conference" |
81 | | - ] |
82 | | - }, |
83 | | - { |
84 | | - "login": "RCdeWit", |
85 | | - "name": "Rob de Wit", |
86 | | - "avatar_url": "https://avatars.githubusercontent.com/u/7165065?v=4", |
87 | | - "profile": "http://robdewit.nl", |
88 | | - "contributions": [ |
89 | | - "conference" |
90 | | - ] |
91 | | - }, |
92 | | - { |
93 | | - "login": "takanory", |
94 | | - "name": "Takanori Suzuki", |
95 | | - "avatar_url": "https://avatars.githubusercontent.com/u/988241?v=4", |
96 | | - "profile": "https://slides.takanory.net/", |
97 | | - "contributions": [ |
98 | | - "conference" |
99 | | - ] |
100 | | - }, |
101 | | - { |
102 | | - "login": "alanderex", |
103 | | - "name": "Alexander CS Hendorf", |
104 | | - "avatar_url": "https://avatars.githubusercontent.com/u/1356401?v=4", |
105 | | - "profile": "https://github.com/alanderex", |
106 | | - "contributions": [ |
107 | | - "conference" |
108 | | - ] |
109 | | - }, |
110 | | - { |
111 | | - "login": "radujica", |
112 | | - "name": "Radu", |
113 | | - "avatar_url": "https://avatars.githubusercontent.com/u/8166962?v=4", |
114 | | - "profile": "https://github.com/radujica", |
115 | | - "contributions": [ |
116 | | - "bug" |
117 | | - ] |
118 | | - }, |
119 | | - { |
120 | | - "login": "isabelizimm", |
121 | | - "name": "Isabel Zimmerman", |
122 | | - "avatar_url": "https://avatars.githubusercontent.com/u/54685329?v=4", |
123 | | - "profile": "http://isabelizimm.me", |
124 | | - "contributions": [ |
125 | | - "bug" |
126 | | - ] |
127 | | - } |
128 | | - ], |
129 | | - "repoType": "github" |
| 2 | + "projectName": "python-deadlines", |
| 3 | + "projectOwner": "JesperDramsch", |
| 4 | + "skipCi": true, |
| 5 | + "files": [ |
| 6 | + "README.md", |
| 7 | + "CONTRIBUTING.md" |
| 8 | + ], |
| 9 | + "imageSize": 100, |
| 10 | + "commitType": "docs", |
| 11 | + "commitConvention": "angular", |
| 12 | + "contributorsPerLine": 7, |
| 13 | + "types": { |
| 14 | + "conference": { |
| 15 | + "symbol": "📆", |
| 16 | + "description": "Python conference (Added or updated)", |
| 17 | + "link": "#conference-<%= contributor.login %>" |
| 18 | + } |
| 19 | + }, |
| 20 | + "contributors": [ |
| 21 | + { |
| 22 | + "login": "JesperDramsch", |
| 23 | + "name": "Jesper Dramsch", |
| 24 | + "avatar_url": "https://avatars.githubusercontent.com/u/2620316?v=4", |
| 25 | + "profile": "http://dramsch.net", |
| 26 | + "contributions": [ |
| 27 | + "a11y", |
| 28 | + "bug", |
| 29 | + "blog", |
| 30 | + "code", |
| 31 | + "conference", |
| 32 | + "content", |
| 33 | + "doc", |
| 34 | + "design", |
| 35 | + "financial", |
| 36 | + "ideas", |
| 37 | + "infra", |
| 38 | + "promotion", |
| 39 | + "review", |
| 40 | + "security", |
| 41 | + "tool", |
| 42 | + "translation", |
| 43 | + "talk" |
| 44 | + ] |
| 45 | + }, |
| 46 | + { |
| 47 | + "login": "abhshkdz", |
| 48 | + "name": "Abhishek Das", |
| 49 | + "avatar_url": "https://avatars.githubusercontent.com/u/1156489?v=4", |
| 50 | + "profile": "https://abhishekdas.com/", |
| 51 | + "contributions": [ |
| 52 | + "code" |
| 53 | + ] |
| 54 | + }, |
| 55 | + { |
| 56 | + "login": "john-sandall", |
| 57 | + "name": "John Sandall", |
| 58 | + "avatar_url": "https://avatars.githubusercontent.com/u/2884159?v=4", |
| 59 | + "profile": "https://coefficient.ai", |
| 60 | + "contributions": [ |
| 61 | + "conference", |
| 62 | + "bug" |
| 63 | + ] |
| 64 | + }, |
| 65 | + { |
| 66 | + "login": "thibaudcolas", |
| 67 | + "name": "Thibaud Colas", |
| 68 | + "avatar_url": "https://avatars.githubusercontent.com/u/877585?v=4", |
| 69 | + "profile": "https://thib.me/", |
| 70 | + "contributions": [ |
| 71 | + "conference" |
| 72 | + ] |
| 73 | + }, |
| 74 | + { |
| 75 | + "login": "tankala", |
| 76 | + "name": "Tankala Ashok", |
| 77 | + "avatar_url": "https://avatars.githubusercontent.com/u/29096822?v=4", |
| 78 | + "profile": "http://tanka.la", |
| 79 | + "contributions": [ |
| 80 | + "conference" |
| 81 | + ] |
| 82 | + }, |
| 83 | + { |
| 84 | + "login": "RCdeWit", |
| 85 | + "name": "Rob de Wit", |
| 86 | + "avatar_url": "https://avatars.githubusercontent.com/u/7165065?v=4", |
| 87 | + "profile": "http://robdewit.nl", |
| 88 | + "contributions": [ |
| 89 | + "conference" |
| 90 | + ] |
| 91 | + }, |
| 92 | + { |
| 93 | + "login": "takanory", |
| 94 | + "name": "Takanori Suzuki", |
| 95 | + "avatar_url": "https://avatars.githubusercontent.com/u/988241?v=4", |
| 96 | + "profile": "https://slides.takanory.net/", |
| 97 | + "contributions": [ |
| 98 | + "conference" |
| 99 | + ] |
| 100 | + }, |
| 101 | + { |
| 102 | + "login": "alanderex", |
| 103 | + "name": "Alexander CS Hendorf", |
| 104 | + "avatar_url": "https://avatars.githubusercontent.com/u/1356401?v=4", |
| 105 | + "profile": "https://github.com/alanderex", |
| 106 | + "contributions": [ |
| 107 | + "conference" |
| 108 | + ] |
| 109 | + }, |
| 110 | + { |
| 111 | + "login": "radujica", |
| 112 | + "name": "Radu", |
| 113 | + "avatar_url": "https://avatars.githubusercontent.com/u/8166962?v=4", |
| 114 | + "profile": "https://github.com/radujica", |
| 115 | + "contributions": [ |
| 116 | + "bug" |
| 117 | + ] |
| 118 | + }, |
| 119 | + { |
| 120 | + "login": "isabelizimm", |
| 121 | + "name": "Isabel Zimmerman", |
| 122 | + "avatar_url": "https://avatars.githubusercontent.com/u/54685329?v=4", |
| 123 | + "profile": "http://isabelizimm.me", |
| 124 | + "contributions": [ |
| 125 | + "bug" |
| 126 | + ] |
| 127 | + }, |
| 128 | + { |
| 129 | + "login": "jeroenjanssens", |
| 130 | + "name": "Jeroen Janssens", |
| 131 | + "avatar_url": "https://avatars.githubusercontent.com/u/1368256?v=4", |
| 132 | + "profile": "https://jeroenjanssens.com", |
| 133 | + "contributions": [ |
| 134 | + "conconference" |
| 135 | + ] |
| 136 | + } |
| 137 | + ], |
| 138 | + "repoType": "github" |
130 | 139 | } |
0 commit comments