gaphor/.all-contributorsrc

56 lines
1.2 KiB
Plaintext
Raw Normal View History

2019-03-09 15:50:10 -05:00
{
"projectName": "gaphor",
"projectOwner": "danyeaw",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": true,
"contributors": [
{
"login": "amolenaar",
"name": "Arjan Molenaar",
"avatar_url": "https://avatars0.githubusercontent.com/u/96249?v=4",
"profile": "https://github.com/amolenaar",
"contributions": [
"code",
2019-03-09 15:55:14 -05:00
"bug",
2019-03-09 15:50:10 -05:00
"doc",
2019-03-09 15:57:04 -05:00
"review",
"question",
"bug",
2019-03-09 15:50:10 -05:00
"plugin",
"test"
]
2019-03-09 15:55:14 -05:00
},
{
"login": "wrobell",
"name": "wrobell",
"avatar_url": "https://avatars2.githubusercontent.com/u/105664?v=4",
"profile": "https://github.com/wrobell",
"contributions": [
"code",
"test",
"design"
]
2019-03-09 15:57:04 -05:00
},
{
"login": "danyeaw",
"name": "Dan Yeaw",
"avatar_url": "https://avatars1.githubusercontent.com/u/10014976?v=4",
"profile": "https://ghuser.io/danyeaw",
"contributions": [
"code",
"test",
"doc",
"platform",
"infra",
"bug",
"question"
]
2019-03-09 15:50:10 -05:00
}
]
}