README.md

Community + Operations = CommOps

What CommOps does

Community Operations (CommOps) provides tools, resources, and utilities for different sub-projects of Fedora to improve effective communication. The following areas are examples of where CommOps focuses:

  • Work closely with Fedora Community Action and Impact Coordinator to prioritize key focus areas
  • Assist Fedora Program Manager with release preparations
  • Support preparation and execution of Fedora Elections
  • Work with sub-projects and teams to improve on-boarding methods and practices
  • Use metrics and data to improve understanding of Fedora community
    • Support development of metrics tooling
  • And more

Read more about us on docs.fedoraproject.org.

What can I do here?

File a ticket for topics such as the following:

  • Culture
  • Elections
  • Storytelling
  • Metrics
  • Supporting sub-projects

You can also help us! Read our getting started guide for new contributors to get involved. After reviewing the guide, check out any open tickets marked as good first issue. If you are not sure where to start, ask any questions or doubts on the mailing list.

If you think an issue needs more urgent attention, contact the ticket assignee and see if they are working on it. If you don't hear from them within a week, you can take ownership of the task. Because this team is staffed mostly by volunteers, we may not notice new issues immediately when they are filed.

Where to find CommOps

Get in touch with us! You can find us in these places.

CommOps Documentation

Please report issues and submit pull requests for Content Fixes to Fedora CommOps documentation here. General appearance issues and publishing issues should be reported against the publishing software.

Never done a pull request (or "PR")? See the GitHub Guides for getting started with git. If you already know git, see the Pagure documentation for Pull Requests on how to submit contributions on pagure.io.

How to edit these documents

Content for the CommOps documentation is stored in this repository. Source content is written in AsciiDoc. See these resources for help using AsciiDoc:

Local preview

This repo includes scripts to build and preview the contents of this repository.

NOTE: Please note that if you reference pages from other repositories, those links will be broken in the local preview, as it only builds this repository. If you want to rebuild the whole Fedora Docs site, see the Fedora Docs build repository for instructions.

Both of the below scripts use Docker, so ensure Docker is installed on your system before beginning (see below for Fedora instructions). See below for further instructions.

To build and preview the site, run:

./build.sh && ./preview.sh

The preview is hosted at http://localhost:8080.

Installing Docker on Fedora

See the Fedora Developer Portal on how to install Docker on Fedora