From 9450e782d13f623675cd652a5a0ac1bb3b3f720a Mon Sep 17 00:00:00 2001 From: Andy Lok Date: Tue, 20 Oct 2020 16:48:30 +0800 Subject: [PATCH] Migrate to json for sig-transaction membership (#87) Signed-off-by: andylokandy --- sig/transaction/membership.json | 55 +++++++++++++++++++++++++++++++++ sig/transaction/membership.md | 35 --------------------- 2 files changed, 55 insertions(+), 35 deletions(-) create mode 100644 sig/transaction/membership.json delete mode 100644 sig/transaction/membership.md diff --git a/sig/transaction/membership.json b/sig/transaction/membership.json new file mode 100644 index 00000000..5edcb5d8 --- /dev/null +++ b/sig/transaction/membership.json @@ -0,0 +1,55 @@ +{ + "name": "transaction", + "techLeaders": [ + { + "githubName": "nrc" + }, + { + "githubName": "andylokandy" + } + ], + "coLeaders": [], + "committers": [ + { + "githubName": "bobotu" + }, + { + "githubName": "AndreMouche" + }, + { + "githubName": "cfzjywxk" + }, + { + "githubName": "coocood" + }, + { + "githubName": "disksing" + }, + { + "githubName": "imtbkcat" + }, + { + "githubName": "jackysp" + }, + { + "githubName": "lysu" + }, + { + "githubName": "MyonKeminta" + }, + { + "githubName": "sticnarf" + }, + { + "githubName": "tiancaiamao" + }, + { + "githubName": "youjiali1995" + }, + { + "githubName": "zhangjinpeng1987" + } + ], + "reviewers": [], + "activeContributors": [] +} \ No newline at end of file diff --git a/sig/transaction/membership.md b/sig/transaction/membership.md deleted file mode 100644 index 1dbd128d..00000000 --- a/sig/transaction/membership.md +++ /dev/null @@ -1,35 +0,0 @@ -# Transaction SIG Members - -## Tech Lead - -- [@andylokandy](https://github.com/andylokandy) -- [@nrc](https://github.com/nrc) - -## Committers - -- [@AndreMouche](https://github.com/AndreMouche) -- [@bobotu](https://github.com/bobotu) -- [@cfzjywxk](https://github.com/cfzjywxk) -- [@coocood](https://github.com/coocood) -- [@disksing](https://github.com/disksing) -- [@imtbkcat](https://github.com/imtbkcat) -- [@jackysp](https://github.com/jackysp) -- [@lysu](https://github.com/lysu) -- [@MyonKeminta](https://github.com/MyonKeminta) -- [@sticnarf](https://github.com/sticnarf) -- [@tiancaiamao](https://github.com/tiancaiamao) -- [@youjiali1995](https://github.com/youjiali1995) -- [@zhangjinpeng1987](https://github.com/zhangjinpeng1987) - -## Reviewers - -None - -## Active Contributors - -None - -## Contributors - -- [@ekexium](https://github.com/ekexium) -- [@longfangsong](https://github.com/longfangsong) \ No newline at end of file