Skip to content

CommitRules: Add Omitted Fixes

Prarit Bhargava requested to merge prarit/documentation:omitted_fixes into main

Reviewers often look for missing fixes on merge request changesets. When
found, reviewers NACK or block the merge request. Often, the author has
intentionally omitted the fix from the merge request because the patch
doesn't apply to RHEL, the patched code isn't enabled in RHEL, or any
number of other reasons. The review process would speed up if the reviwer
knew the fixes were intentionally omitted by the author.

Add a field for omitted fixes, Omitted-fix:. This can be used to list
intentionally omitted fixes on a commit or merge request.

Signed-off-by: Prarit Bhargava prarit@redhat.com

Merge request reports