commit | 68a78ef6bd8b8ddf710e9a0654fa47cdc1f158d3 | [log] [tgz] |
---|---|---|
author | Sean Paul <seanpaul@chromium.org> | Tue Sep 04 15:32:26 2018 -0400 |
committer | Sean Paul <seanpaul@chromium.org> | Wed Sep 05 12:49:58 2018 +0000 |
tree | c27c9324f14e085ce21aeebd5c0289d68f41521d | |
parent | 592c98a0fe561320dd91dfbec6f40ccbc38c398c [diff] |
drm_hwcomposer: Add commit message validation to CI Check the subject prefix starts with "drm_hwcomposer: " and we have Signed-off-by tags for both author and committer. Change-Id: Ib26b8e5cbeae2156014f2bbfb8703545bdc1decb Signed-off-by: Sean Paul <seanpaul@chromium.org>
Patches to drm_hwcomposer are very much welcome, we really want this to be the universal HW composer implementation for Android and similar platforms So please bring on porting patches, bugfixes, improvements for documentation and new features.
A short list of contribution guidelines:
Submit changes via gitlab merge requests on gitlab.freedesktop.org
drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/
When submitting new code please follow the naming conventions documented in the generated documentation. Also please make full use of all the helpers and convenience macros provided by drm_hwcomposer. The below command can help you with formatting of your patches:
`git diff | clang-format-diff-5.0 -p 1 -style=file`
Hardware specific changes should be tested on relevant platforms before committing.
If you need inspiration, please checkout our TODO issues
Happy hacking!