Skip to content

Commit

Permalink
Update documentation for RHEL contributions
Browse files Browse the repository at this point in the history
We don't use Bugzilla anymore for RHEL bugs. Bugzilla was migrated to
JIRA.
  • Loading branch information
jkonecny12 committed Dec 1, 2023
1 parent d6c97ba commit 90b4f35
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CONTRIBUTING.rst
Original file line number Diff line number Diff line change
Expand Up @@ -132,12 +132,12 @@ The first line should be a succinct description of what the commit does, startin
Commits for RHEL Branches
^^^^^^^^^^^^^^^^^^^^^^^^^^

If you are submitting a patch for any rhel-branch, the last line of your commit must identify the bugzilla bug id it fixes, using the ``Resolves`` or ``Related`` keyword, e.g.:
``Resolves: rhbz#111111``
If you are submitting a patch for any rhel-branch, the last line of your commit must identify the `JIRA issue <https://issues.redhat.com/projects/RHEL/issues/>`_ id it fixes, using the ``Resolves`` or ``Related`` keyword, e.g.:
``Resolves: jira#RHEL-11111``

or

``Related: rhbz#1234567``
``Related: jira#RHEL-12345``

Use ``Resolves`` if the patch fixes the core issue which caused the bug.
Use ``Related`` if the patch fixes an ancillary issue that is related to, but might not actually fix the bug.
Expand Down

0 comments on commit 90b4f35

Please sign in to comment.