Compare commits

..

1 commit

Author SHA256 Message Date
4920a7d11a
🚧 docs(ROOT): Add Team Health Dashboard page
This commit attempts to categorize the major efforts happening under the
Fedora Community Ops team, and design profiles for each team to keep up
with the work that each team is doing.

Signed-off-by: Justin Wheeler <jwheel@redhat.com>
2026-03-05 20:29:35 -08:00
204 changed files with 103 additions and 167 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 409 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 146 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 38 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 856 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 36 KiB

View file

@ -1,6 +1,6 @@
* xref:index.adoc[Home]
* xref:team-health.adoc[Team Health Dashboard]
* xref:join.adoc[Join Community Ops]
* xref:community-blog.adoc[Community Blog]
* xref:planet.adoc[Fedora Planet]
* xref:sig-howto.adoc[Create a Fedora SIG]
* xref:gmail-alias.adoc[Using your Fedora email alias with Gmail]

View file

@ -1,64 +0,0 @@
include::ROOT:partial$attributes.adoc[]
= Using your Fedora Project email alias with Gmail
https://mail.googe.com[Gmail] is an email service run by Google. If you want to use Gmail with your Fedora Project email alias, here's how you can do it.
== Prerequisites
Before you can setup your alias, please ensure that:
* You have signed the FPCA
* You meet the FPCA+1 rule (You signed the FPCA and are a member of at least one group)
* You set your Gmail address as your email on the https://accounts.fedoraproject.org[Fedora Account System]
== Setting up an App Password
Since the form for adding an alias is not secure enough for Google, we need to create an App Password so you can send emails through Google's SMTP server.
[WARNING]
====
App Passwords grant FULL ACCESS to your Google Account. They do not require any 2FA for logging in.
Once setup is complete, securely discard your App Password — do not retain it beyond what is necessary.
====
First, open the https://myaccount.google.com/apppasswords[App Password setup page].
You may be asked for aditional verification, after you verify, you need to choose a name for the App Password. Pick something you will recognize later.
image:APP_PASS_SETUP/appPassName.png[A screenshot showing the App Password create screen, "Fedora alias" is written in the name field]
Your App Password will be displayed, copy it now, since it only can be displayed once. You don't need to store it anywhere, just keep it until you setup your alias.
image:APP_PASS_SETUP/appPassCreated.png[Displayed App Password]
== Setting up the alias
Login to your https://mail.google.com[Gmail account] and open settings by clicking on the gear icon in the corner, and then the "All settings" button that will be shown.
image:gmail_setup/gmailSettings.png[Arrow pointing to "See all settings" in Gmail inbox]
Click on "Accounts and import" and then on "Add new account"
image:gmail_setup/addNewAddress.png[Arrow pointing to the "Add new account" link in Gmail settings]
Fill out the name you want to be known as and your Fedora Project alias. Keep "Treat as an alias" checked and click on "Next step".
image:gmail_setup/fillOutName.png[Form with information about the new alias]
Since you will still be sending you emails through Gmail, fill out Gmail's SMTP server and your Gmail address. Don't forget to put the App Password you generated instead of your passord then click on "Add Account".
image:gmail_setup/fillOutAuth.png[SMTP setup for the alias]
You may see this screen informing you that a verification email was sent to your address. You can safely close this window.
image:gmail_setup/getConfirmationEmail.png[Site showing that the verification email has been send]
The verification email will look something like this in your inbox. Click on the link inside of it.
image:gmail_setup/clickOnConfirmation.png[Example of a verification email]
== Sending email from the alias
After the setup, you can try sending an email to yourself, like this:
image:gmail_setup/trySend.png[Example of a testing email]
You can also use the alias as the sending address, just select it from the dropdown in the From field (even on mobile)
image:gmail_setup/fromMobile.png[Selecting the Fedora Project alias in the mobile UI]

View file

@ -0,0 +1,65 @@
include::ROOT:partial$attributes.adoc[]
= {team_name} Team Health Dashboard
Justin Wheeler; Community Ops Team; Fedora community
v0.1
:description: Get quick glances about the health of project teams under the {team_name}.
:revdate: 2026-05-05
This page provides quick summary updates about the health of various project teams.
The project teams are SIGs or Working Groups operating under the charter of the {team_name}.
Each team lead is responsible for maintaining their team profile
// NOTE: This variables are defined in ROOT/partials/attributes.adoc
[[profile]]
== Team profiles
Each recognized Community Ops SIG or Working Group is listed below:
[[profile-wg-data]]
=== Data Working Group (WG)
[cols=2]
|===
|*Team URL*
|https://hatlas.mwinters.net/
|*Team status*
|Active
|*Team lead*
|link:{url_wiki}/User:Mwinters[Michael Winters]
|*Forum*
|https://discussion.fedoraproject.org/tags/c/project/7/commops-team/293
|*Chat*
|https://matrix.to/#/#data:fedoraproject.org
|*Issue tracker*
|https://forge.fedoraproject.org/commops/data-wg
|===
[[profile-wg-matrix]]
=== Matrix Working Group (WG)
[cols=2]
|===
|*Team URL*
|https://docs.fedoraproject.org/en-US/commops/matrix/
|*Team status*
|Dormant/Available as needed
|*Team lead*
|TBD
|*Forum*
|https://discussion.fedoraproject.org/tags/c/project/7/commops-team/293
|*Chat*
|https://matrix.to/#/#wg-matrix:fedoraproject.org
|*Issue tracker*
|https://forge.fedoraproject.org/commops/tickets
|===

View file

@ -22,8 +22,8 @@
:team_synch_communication_name: Fedora Chat/Matrix
// Issue tracker
:team_issue_tracker: https://forge.fedoraproject.org/commops/tickets
:team_issue_tracker_name: Forgejo
:team_issue_tracker: https://gitlab.com/fedora/commops/home
:team_issue_tracker_name: GitLab
// Meetings
:team_meetings: https://calendar.fedoraproject.org/commops/

View file

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 35 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 102 KiB

After

Width:  |  Height:  |  Size: 102 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 112 KiB

After

Width:  |  Height:  |  Size: 112 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 41 KiB

After

Width:  |  Height:  |  Size: 41 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 207 KiB

After

Width:  |  Height:  |  Size: 207 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 39 KiB

After

Width:  |  Height:  |  Size: 39 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 86 KiB

After

Width:  |  Height:  |  Size: 86 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 2.7 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 90 KiB

After

Width:  |  Height:  |  Size: 90 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 36 KiB

After

Width:  |  Height:  |  Size: 36 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 38 KiB

After

Width:  |  Height:  |  Size: 38 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 116 KiB

After

Width:  |  Height:  |  Size: 116 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 40 KiB

After

Width:  |  Height:  |  Size: 40 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 133 KiB

After

Width:  |  Height:  |  Size: 133 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 33 KiB

After

Width:  |  Height:  |  Size: 33 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 114 KiB

After

Width:  |  Height:  |  Size: 114 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 32 KiB

After

Width:  |  Height:  |  Size: 32 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 85 KiB

After

Width:  |  Height:  |  Size: 85 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 31 KiB

After

Width:  |  Height:  |  Size: 31 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 82 KiB

After

Width:  |  Height:  |  Size: 82 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.1 MiB

After

Width:  |  Height:  |  Size: 1.1 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 267 KiB

After

Width:  |  Height:  |  Size: 267 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.2 MiB

After

Width:  |  Height:  |  Size: 1.2 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 645 KiB

After

Width:  |  Height:  |  Size: 645 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 195 KiB

After

Width:  |  Height:  |  Size: 195 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 881 KiB

After

Width:  |  Height:  |  Size: 881 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 329 KiB

After

Width:  |  Height:  |  Size: 329 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 798 KiB

After

Width:  |  Height:  |  Size: 798 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 205 KiB

After

Width:  |  Height:  |  Size: 205 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 450 KiB

After

Width:  |  Height:  |  Size: 450 KiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.5 MiB

After

Width:  |  Height:  |  Size: 1.5 MiB

Before After
Before After

View file

Before

Width:  |  Height:  |  Size: 1.9 MiB

After

Width:  |  Height:  |  Size: 1.9 MiB

Before After
Before After

Some files were not shown because too many files have changed in this diff Show more