summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Paul <seanpaul@chromium.org>2018-03-22 18:22:57 +0000
committerSean Paul <seanpaul@chromium.org>2018-03-22 18:22:57 +0000
commit791cd51b057325e83b0beddd8bd9851576be0f95 (patch)
tree6fd64f83af575645935aabf6440fa832084076ac
parent499db60485ef75d8571e5473b5f67479fba6ed20 (diff)
Delete CONTRIBUTING, migrated information to the gitlab wiki
-rw-r--r--CONTRIBUTING31
1 files changed, 0 insertions, 31 deletions
diff --git a/CONTRIBUTING b/CONTRIBUTING
deleted file mode 100644
index 32fb37e..0000000
--- a/CONTRIBUTING
+++ /dev/null
@@ -1,31 +0,0 @@
-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:
-
-- Please submit patches formatted with git send-email/git format-patch or
- equivalent to
-
- dri-devel <dri-devel@lists.freedesktop.org>
-
- Please use --subject-prefix="PATCH hwc" so that drm_hwcomposer patches are easily
- identified in the massive amount mails on dri-devel. To ensure this is always
- done, run:
-
- git config format.subjectprefix "PATCH hwc"
-
-- 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-3.5 -p 1 -style=file
-
-- Hardware specific changes should get tested on relevant platforms
- before committing.
-
-Happy hacking!