From 9496076babd90472c3a9589c92f9bac799156553 Mon Sep 17 00:00:00 2001 From: Anton Georgiev Date: Mon, 10 Jun 2024 12:37:08 -0400 Subject: [PATCH] added a CLA welcome checker --- .github/config.yml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..8773ba9 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,8 @@ +# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome + +# Comment to be posted to on PRs from first time contributors in your repository +newPRWelcomeComment: > + Thank you for this contribution! + Could you please confirm if you already sent in the signed Contributor License Agreement? See https://docs.bigbluebutton.org/support/faq.html#why-do-i-need-to-sign-a-contributor-license-agreement-to-contribute-source-code + Thanks in advance! +