Dear all,
we need a policy to clarify the use of [TAG] for the commit message in order to avoid different
tags for same components.
In particular, when the commit affects a special implementation of a component (e.g., LinuxPlatformProxy) we should use the follow convention for the commit TAG:
[PrincipalComponent_SpecificComponent].
E.g. #1
- Commit affecting the PlatformProxy component: [PP] Message
- Commit affecting the LinuxPlatformProxy component: [PP_Linux] Message
E.g. #2
- Commit affecting the PowerManager: [PM] Message
- Commit affecting the CPUPowerManager: [PM_CPU] Message