Using Bugzilla
Fedora uses Red Hat Bugzilla for bug tracking. This page and the other pages under the "Bugs" header on the left offer some tips and guidance.
Permissions
Any user, including "anonymous" (i.e. not logged in) users can view bugs. (Note that some bugs or comments may be marked "private" or restricted to specific groups. This is rare in Fedora and is generally to protect sensitive information that might be in an attachment or log snippet.)
Any logged-in user can create a bug report or add a comment to an existing bug.
The reporter or assignee of a bug can modify any field in their own bug.
Creating an account
You must have a Bugzilla account to file bugs and interact with them. Once you have created an account on Bugzilla, you can also login using your Fedora account. To use your FAS account to login to Bugzilla, you need to either use the same e-mail address on FAS and on Bugzilla, or if they differ, you can set the Bugzilla e-mail address in your FAS profile explicitly.
Automatic changes
Bugzilla will automatically create links to bug reports or comments that follow the pattern "bug xxxx" or "comment xxxx".
Bugs marked as duplicate will automatically get a comment referring to the other bug report. The other bug report will automatically get a comment indicating that another bug has been marked as a duplicate of it.
Status and resolution
Bugzilla uses fields called "Status" and "Resolution" to track the state of a bug report or feature request.
Status
The table below summarizes the statuses.
Κατάσταση | Σημασία |
---|---|
NEW |
Η προεπιλεγμένη κατάσταση. Σε γενικές γραμμές, υποδεικνύει ότι το σφάλμα δεν έχει διερευνηθεί ενεργά από τον εκδοχέα. |
ASSIGNED |
Μπορεί να χρησιμοποιηθεί από τους συντηρητές για να υποδείξει ότι το σφάλμα έχει ελεγχθεί και έχει ανατεθεί για διόρθωση. |
ON_DEV |
Μπορεί να χρησιμοποιηθεί από τους συντηρητές για να υποδείξει ότι η διόρθωση του σφάλματος βρίσκεται σε εξέλιξη. Αυτό είναι ιδιαίτερα χρήσιμο εάν υπάρχει μια ομάδα συντηρητών για κάποιο πακέτο. |
POST |
Υποδεικνύει ότι μια διόρθωση είναι έτοιμη, αλλά δεν έχει εφαρμοστεί. Αυτό συχνά χρησιμοποιείται όταν έχει ανοίξει ένα αίτημα έλξης στο αρχικό λογισμικό. |
MODIFIED |
Υποδεικνύει ότι μια διόρθωση έχει ενσωματωθεί σε κάποια ενημέρωση. Το Bodhi θα ορίσει αυτήν την κατάσταση αυτόματα όταν έχει δημιουργηθεί μια ενημέρωση, εφόσον το σφάλμα σχετίζεται με την ενημέρωση. |
ON_QA |
Υποδεικνύει ότι μια ενημέρωση με τη διόρθωση βρίσκεται στο αποθετήριο testing. Το Bodhi θα ορίσει αυτήν την κατάσταση αυτόματα όταν μια ενημέρωση φτάσει στο αποθετήριο updates-testing, εφόσον το σφάλμα σχετίζεται με την ενημέρωση. |
VERIFIED |
Υποδεικνύει ότι ένα σφάλμα διαθέτει επιβεβαιωμένη διόρθωση σε κάποια ενημέρωση. |
RELEASE_PENDING |
(Δεν χρησιμοποιείται συνήθως στο Fedora. Χρησιμοποιείται για ροές εργασίες του Red Hat Enterprise Linux.) |
CLOSED |
Υποδεικνύει ότι ένα σφάλμα έχει ή δεν θα διορθωθεί. Η κατάσταση «CLOSED» έχει διαφορετικές περιγραφές που υποδεικνύουν τον λόγο που έκλεισε το σφάλμα. Το Bodhi θα ορίσει αυτήν την κατάσταση αυτόματα όταν μια ενημέρωση φτάσει στο αποθετήριο updates, εφόσον το σφάλμα σχετίζεται με την ενημέρωση. |
Resolution
The table below describes the resolutions that can apply to the CLOSED status.
Resolution | Meaning |
---|---|
CANTFIX |
Used by maintainers to indicate a bug that cannot be fixed. |
CURRENTRELEASE |
Indicates a bug reported in Branched prior to release and the fix is fixed for the final release. |
DEFERRED |
(Generally unused in Fedora. Used for Red Hat Enterprise Linux workflows.) |
DUPLICATE |
Indicates a bug is a duplicate of another. |
EOL |
Indicates a bug that was filed against a version that has reached End of Life. |
ERRATA |
Indicates a bug is fixed in a stable release. |
FAILS_QA |
(Generally unused in Fedora. Used for Red Hat Enterprise Linux workflows.) |
INSUFFICIENT_DATA |
Indicates that the bug reporter is unwilling or unable to provide sufficient information to diagnose or fix the bug. |
NEXTRELEASE |
Used by maintainers to indicate a bug that will only be fixed for later releases, not on the release reported. |
NOTABUG |
Indicates that the report is not a bug (e.g. is a hardware failure or a support question). |
RAWHIDE |
Indicates a bug is fixed in a Rawhide update. |
RELEASE_PENDING |
(Generally unused in Fedora. Used for Red Hat Enterprise Linux workflows.) |
UPSTREAM |
Used by maintainers to indicate that a bug is expected to be fixed upstream and naturally rolled into Fedora Linux in a subsequent update. |
WONTFIX |
Used by maintainers to indicate a bug that will not be fixed. |
WORKSFORME |
Used by maintainers to indicate a bug that cannot be reproduced. |
Want to help? Learn how to contribute to Fedora Docs ›