From c97a0684cf99c3fd60b77133cca0a08a1460d8b6 Mon Sep 17 00:00:00 2001 From: Gabor Kiss-Vamosi Date: Tue, 7 Jul 2020 11:30:35 +0200 Subject: [PATCH] Create auto-comment.yml --- .github/auto-comment.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .github/auto-comment.yml diff --git a/.github/auto-comment.yml b/.github/auto-comment.yml new file mode 100644 index 000000000..f718c7913 --- /dev/null +++ b/.github/auto-comment.yml @@ -0,0 +1,9 @@ +# Comment to a new issue. +pullRequestOpened: > + Thank you for raising your pull request. + + To ensure that all licensing criteria is met all repositories of the LVGL project apply a process called DCO (Developer's Certificate of Origin). + + The text of DCO can be read here: https://developercertificate.org/ + + By contributing to any repositories of the LVGL project you state that your contribution corresponds with the DCO.