carlwgeorge / centos / centos.org

Forked from centos/centos.org 3 years ago
Clone
Blob Blame History Raw
---
title: Reporting Bugs
---

## Reporting Bugs

The CentOS Project uses several trackers for bugs, issues, and feature
requests.

### CentOS Stream

CentOS Stream bugs are tracked in [Red Hat Jira](https://issues.redhat.com) in
the [RHEL project](https://issues.redhat.com/projects/RHEL).

* [file a bug for CentOS Stream 9](https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332745&issuetype=1&versions=12412761)
* [file a bug for CentOS Stream 10](https://issues.redhat.com/secure/CreateIssueDetails!init.jspa?pid=12332745&issuetype=1&versions=12412762)

Use the source package name for the component field.  You can alternatively use
the distribution component if you think it makes sense to do so, such as if the
bug is regarding the distribution as a whole and not a specific package.

### Website

This website is maintained in a git repository with its own issues tracker.

* [file a bug for the website](https://git.centos.org/centos/centos.org/issues)

### Special Interest Groups

CentOS Special Interest Groups have their own issue trackers.

{% for sig in site.data.centos.sigs %}
  {% unless sig.inactive %}
    {% if sig.issues %}
* [{{ sig.title }}]({{ sig.issues }})
    {% endif %}
  {% endunless %}
{% endfor %}