+
OpenYurt Team
+
{dataSource.info.desc}
+
+ Reviewers
+
+ Reviewers apply to all OpenYurt repositories.
+
+
+
+
+ {dataSource.reviewers.map((item, i) => (
+
+
+
+
+
+
+
+ {item.name}
+
+
{getGitName(item.gitUrl)}
+
+
+
+
+ ))}
+
+
+
Approvers
+
+ {dataSource.approvers.map((item, i) => (
+
+
+
+
+
+
+
+ {item.name}
+
+
{getGitName(item.gitUrl)}
+
+
+
+
+ ))}
+
+
+
+ Maintainers
+
+ Maintainers apply to all OpenYurt repositories.
+
+
+
+ {dataSource.maintainers.map((item, i) => (
+
+
+
+
+
+
+
+ {item.name}
+
+
{getGitName(item.gitUrl)}
+
+
+
+
+ ))}
+
+
+
Contributors
+
{dataSource.info.contributors}
+
+
+
+
+
+ );
+ }}
+