From d498c51cb48545932d6e8d6cce7d65e6594e2965 Mon Sep 17 00:00:00 2001 From: Adam Samalik Date: Tue, 30 Jul 2019 11:37:51 +0200 Subject: [PATCH] add a team page --- modules/ROOT/nav.adoc | 3 ++- modules/ROOT/pages/team.adoc | 22 ++++++++++++++++++++++ 2 files changed, 24 insertions(+), 1 deletion(-) create mode 100644 modules/ROOT/pages/team.adoc diff --git a/modules/ROOT/nav.adoc b/modules/ROOT/nav.adoc index 944583e..b0e64e4 100644 --- a/modules/ROOT/nav.adoc +++ b/modules/ROOT/nav.adoc @@ -1,2 +1,3 @@ * xref:index.adoc[Fedora Minimization Objective] -* xref:action-plan.adoc[Action Plan] \ No newline at end of file +* xref:action-plan.adoc[Action Plan] +* xref:team.adoc[Minimization Team] \ No newline at end of file diff --git a/modules/ROOT/pages/team.adoc b/modules/ROOT/pages/team.adoc new file mode 100644 index 0000000..8b297cd --- /dev/null +++ b/modules/ROOT/pages/team.adoc @@ -0,0 +1,22 @@ += Fedora Minimization Team + +The Minimization Team focuses on helping Fedora contributors to maintain Fedora packages with focus on a minimal installation footprint. + +Members of the Minimization Team consult and work with Fedora maintainers, develop tooling and services, generate reports showing the status of the Fedora ecosystem and a comparison with other ecosystems, etc. Please see the xref:action-plan.adoc[Action Plan] for more details. + +== Members + +NOTE: This Team is looking for new members! Please contact Adam Samalik (asamalik) if you're interested. + +Adam Samalik (asamalik) — Objective lead. + + +== Communication channels + +IRC #fedora-devel at FreeNode for real-time discussions. + +Tickets in the https://pagure.io/minimization/issues[pagure.io/minimization repository] to discuss larger topics and to make formal decisions. + +Periodic updates and some discussion also on the https://lists.fedoraproject.org/admin/lists/devel.lists.fedoraproject.org/[Fedora Devel mailing list]. + +Regular meetings still to be decided about. \ No newline at end of file