-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy path.all-contributorsrc
More file actions
74 lines (74 loc) · 2.6 KB
/
Copy path.all-contributorsrc
File metadata and controls
74 lines (74 loc) · 2.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"projectName": "FinAI Research Workflow",
"projectOwner": "csmar432",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md",
"使用指南.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "gitmoji",
"contributors": [
{
"login": "csmar432",
"name": "csmar432",
"avatar_url": "https://avatars.githubusercontent.com/u/csmar432",
"profile": "https://github.com/csmar432",
"contributions": [
"code",
"doc",
"infra",
"research",
"test",
"review"
]
}
],
"contributorsPerLine": 7,
"badgeTemplate": "[](#contributors)",
"contributorTemplate": "<a href=\"<%= contributor.profile %>\"><img src=\"<%= contributor.avatar_url %>\" width=\"<%= options.imageSize %>px;\" alt=\"\"/><br /><sub><b><%= contributor.name %></b></sub></a>",
"types": {
"bug": {
"symbol": "🐛",
"description": "Bug reports",
"link": "https://github.com/csmar432/finai-research-workflow/issues?q=author%3A<%= contributor.login %>+label%3Abug"
},
"code": {
"symbol": "💻",
"description": "Code",
"link": "https://github.com/csmar432/finai-research-workflow/commits?author=<%= contributor.login %>"
},
"doc": {
"symbol": "📖",
"description": "Documentation",
"link": "https://github.com/csmar432/finai-research-workflow/commits?author=<%= contributor.login %>+path%3Adocs"
},
"infra": {
"symbol": "🚇",
"description": "Infrastructure",
"link": "https://github.com/csmar432/finai-research-workflow/commits?author=<%= contributor.login %>+path%3A.github"
},
"research": {
"symbol": "🔬",
"description": "Research & methodology",
"link": "https://github.com/csmar432/finai-research-workflow/commits?author=<%= contributor.login %>+path%3Ascripts/research_framework"
},
"test": {
"symbol": "⚠️",
"description": "Tests",
"link": "https://github.com/csmar432/finai-research-workflow/commits?author=<%= contributor.login %>+path%3Atests"
},
"review": {
"symbol": "👀",
"description": "Reviewed Pull Requests",
"link": "https://github.com/csmar432/finai-research-workflow/pulls?q=is%3Apr+reviewed-by%3A<%= contributor.login %>"
},
"ideas": {
"symbol": "🤔",
"description": "Ideas, Planning, & Feedback",
"link": "https://github.com/csmar432/finai-research-workflow/issues?q=author%3A<%= contributor.login %>"
}
}
}