Skip to content

Commit

Permalink
Migrate to json for sig-coprocessor membership (pingcap#89)
Browse files Browse the repository at this point in the history
* Migrate to json for sig-coprocessor membership

Signed-off-by: Rustin-Liu <[email protected]>

* add co leaders

Signed-off-by: Rustin-Liu <[email protected]>
  • Loading branch information
Rustin170506 authored Oct 22, 2020
1 parent 9450e78 commit 315a028
Show file tree
Hide file tree
Showing 2 changed files with 73 additions and 37 deletions.
73 changes: 73 additions & 0 deletions sig/coprocessor/membership.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
{
"name": "coprocessor",
"techLeaders": [
{
"githubName": "breeswish"
}
],
"coLeaders": [
{
"githubName": "SunRunAway"
},
{
"githubName": "lzmhhh123"
}
],
"committers": [
{
"githubName": "niedhui"
},
{
"githubName": "TennyZhuang"
},
{
"githubName": "skyzh"
},
{
"githubName": "lonng"
},
{
"githubName": "sticnarf"
},
{
"githubName": "zhongzc"
},
{
"githubName": "iosmanthus"
},
{
"githubName": "andylokandy"
},
{
"githubName": "MyonKeminta"
},
{
"githubName": "AndreMouche"
}
],
"reviewers": [
{
"githubName": "Fullstop000"
}
],
"activeContributors": [
{
"githubName": "hawkingrei"
},
{
"githubName": "koushiro"
},
{
"githubName": "cireu"
},
{
"githubName": "renkai"
},
{
"githubName": "codeworm96"
},
{
"githubName": "Rustin-Liu"
}
]
}
37 changes: 0 additions & 37 deletions sig/coprocessor/membership.md

This file was deleted.

0 comments on commit 315a028

Please sign in to comment.