From ae028ee9819fee2b90fb9a1d515e75dec7e0a477 Mon Sep 17 00:00:00 2001 From: Denis Isaev Date: Sun, 17 May 2020 12:37:33 +0300 Subject: [PATCH] dev: fix welcome text --- .github/boring-cyborg.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/boring-cyborg.yml b/.github/boring-cyborg.yml index f02de4b0..c5148ab2 100644 --- a/.github/boring-cyborg.yml +++ b/.github/boring-cyborg.yml @@ -1,6 +1,4 @@ -firstPRWelcomeComment: | - Hey, thank you for opening your first Pull Request ! - If you would like to contribute we have a [guide for contributors](https://golangci-lint.run/contributing/quick-start/). +firstPRWelcomeComment: Hey, thank you for opening your first Pull Request ! # Comment to be posted to congratulate user on their first merged PR firstPRMergeComment: > @@ -9,3 +7,4 @@ firstPRMergeComment: > # Comment to be posted to on first time issues firstIssueWelcomeComment: > Hey, thank you for opening your first Issue ! 🙂 + If you would like to contribute we have a [guide for contributors](https://golangci-lint.run/contributing/quick-start/).