All commits from the pull request should be squashed and merged with below commit message template:
Summary: <mandatory> Description of the change Type: <mandatory> Type of the delivery. eg. Feature/Fix/Cleanup Owner: <optional> Author of the change. Should be added only when committer is not author of the change Test Plan: <mandatory> How the change was tested. eg. Unit Test/Manual Tests (and description how exactly)/YT Conformance Tests Dependencies and Impacts: <optional> Should be added only when there were changes in the public API. Jira: <mandatory> Number of jira ticket created on https://jira.rdkcentral.com/jira/projects/RIALTO, if no related ticket please use NO-JIRA.
1 Comment
Gerald Weatherup
Jul 04, 2025you may want to consider the new format → https://rdkcentral.github.io/rdk-halif-aidl/0.8.1/whitepapers/standardizing_git_commit_messages/
To reduce your workload on commit messages..
Summary: (is the first line of the commit message ,no title required)
Owner: Already part of the git repo CODEOWNERS, and also git blame has the info
Type: Should be part of the description for changelog, therefore needs to be in your title
Test Plan: Is related to a branch not a single commit
Dependences: Is related to your module and your versioning of the component
Jira: should be in your ticket not your code commit.