From 6c4ed0d7fb4a8db005aaa805c55c82ee16480a65 Mon Sep 17 00:00:00 2001 From: Flyte Bot Date: Fri, 19 Nov 2021 06:29:08 -0800 Subject: [PATCH] Update Boilerplate (#170) Signed-off-by: Flyte-Bot Co-authored-by: flyte-bot --- .github/config.yml | 3 ++- boilerplate/flyte/welcome_bot/config.yml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/config.yml b/.github/config.yml index f99bcd78f1..73da252e52 100644 --- a/.github/config.yml +++ b/.github/config.yml @@ -1,8 +1,9 @@ # Comment to be posted on PRs from first-time contributors in your repository -newPRWelcomeComment: > +newPRWelcomeComment: | Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line: + - Most of the repos have a PR template; if not, fill it out to the best of your knowledge. - Sign off your commits (Reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)). diff --git a/boilerplate/flyte/welcome_bot/config.yml b/boilerplate/flyte/welcome_bot/config.yml index f99bcd78f1..73da252e52 100644 --- a/boilerplate/flyte/welcome_bot/config.yml +++ b/boilerplate/flyte/welcome_bot/config.yml @@ -1,8 +1,9 @@ # Comment to be posted on PRs from first-time contributors in your repository -newPRWelcomeComment: > +newPRWelcomeComment: | Thank you for opening this pull request! 🙌 These tips will help get your PR across the finish line: + - Most of the repos have a PR template; if not, fill it out to the best of your knowledge. - Sign off your commits (Reference: [DCO Guide](https://github.com/src-d/guide/blob/master/developer-community/fix-DCO.md)).