From 56b4c2dcd4638f6f0548351d6a159844dfef02fb Mon Sep 17 00:00:00 2001 From: dessant Date: Fri, 6 Oct 2017 23:22:30 +0300 Subject: [PATCH] Enable probot-welcome --- .github/config.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .github/config.yml diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 000000000..b4a151ad7 --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,19 @@ +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome + +# Comment to be posted to on first time issues +newIssueWelcomeComment: | + 👋 Thanks for opening your first issue here! Be sure to follow the issue template! + +# 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: | + Thanks for opening your first pull request here! 💖 Please check out our [contributing guidelines](https://kivy.org/docs/contribute.html). + +# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge + +# Comment to be posted to on pull requests merged by a first time user +firstPRMergeComment: > + Congrats on merging your first pull request! 🎉🎉🎉 + +# It is recommend to include as many gifs and emojis as possible