forked from zhuangbiaowei/learn-with-open-source
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.contributors
More file actions
37 lines (35 loc) · 746 Bytes
/
.contributors
File metadata and controls
37 lines (35 loc) · 746 Bytes
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
dirname: "."
tryGithub: true
write: false
ask: false
format: "template"
fields: "name,github"
template: [
'''
| Contributor Name | Github |
| --------------- | ------ |
'''
'''
| ${contributor.name} | ${contributor.github ? "[" + contributor.github + "](https://github.com/" + contributor.github + ")" : "-"} |
'''
]
users:
zhuangbiaowei:
name: "BiaoWei Zhuang"
email: [
"zhuangbiaowei@gmail.com"
"zhuangbiaowei@huawei.com"
]
github: "zhuangbiaowei"
riceball:
name: "Riceball LEE"
email: "snowyu.lee@gmail.com"
github: "snowyu"
"mzlogin@github":
name: "Zhuang Ma"
email: "ChumpMa@gmail.com"
github: "mzlogin"
"wcp1231@github":
name: "Chunpeng Wen"
email: "wcp1231@gmail.com"
github: "wcp1231"