From f2ae53fd1c03ee03670ff1b6a1919f439e8088bb Mon Sep 17 00:00:00 2001 From: 8rxn Date: Sun, 28 May 2023 20:16:27 +0530 Subject: [PATCH] Add welcome bot config Signed-off-by: 8rxn --- .../images/Patterns-Celebrations-Dark.svg | 63 +++++++++++++++++++ .../images/Patterns-Celebrations-Light.svg | 63 +++++++++++++++++++ .github/config.yml | 46 ++++++++++++++ 3 files changed, 172 insertions(+) create mode 100644 .github/assets/images/Patterns-Celebrations-Dark.svg create mode 100644 .github/assets/images/Patterns-Celebrations-Light.svg create mode 100644 .github/config.yml diff --git a/.github/assets/images/Patterns-Celebrations-Dark.svg b/.github/assets/images/Patterns-Celebrations-Dark.svg new file mode 100644 index 0000000..3c0fe4f --- /dev/null +++ b/.github/assets/images/Patterns-Celebrations-Dark.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.github/assets/images/Patterns-Celebrations-Light.svg b/.github/assets/images/Patterns-Celebrations-Light.svg new file mode 100644 index 0000000..d720230 --- /dev/null +++ b/.github/assets/images/Patterns-Celebrations-Light.svg @@ -0,0 +1,63 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/.github/config.yml b/.github/config.yml new file mode 100644 index 0000000..9165d6a --- /dev/null +++ b/.github/config.yml @@ -0,0 +1,46 @@ +--- +#------------------------------------------------------------------------------- +# 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 this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Layer5 Contributors' Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing), engage in the [discussion forum](https://discuss.layer5.io), and be sure to join the [community Slack](http://slack.layer5.io/). +# 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: > + Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, you can find updates in the [#github-notifications](https://layer5io.slack.com/archives/CLVT4TSG4) channel in the [community Slack](https://slack.layer5.io). + + Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while peforming a commit](https://github.com/layer5io/layer5/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin). + +#------------------------------------------------------------------------------- +# 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: > + Thanks for your contribution to Layer5 and Meshery Community! :tada: + + + + + Meshery Logo + + +         [Join the community](http://slack.layer5.io), if you haven't yet and please leave a :star: [star on the project](../stargazers). :smile: + +#------------------------------------------------------------------------------- +# Configuration for request-info - https://github.com/behaviorbot/request-info +# Comment to reply with +requestInfoReplyComment: > + Thanks for opening this issue. We welcome all input! If you could provide a little more information, this will greatly aide in its resolution. :thumbsup: +# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on +# keys must be GitHub usernames +#requestInfoUserstoExclude: +# - layer5io/maintainers + +#------------------------------------------------------------------------------- +# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot +# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic +# Anything higher than this threshold will be marked as toxic and commented on +sentimentBotToxicityThreshold: .9 + +# *Required* Comment to reply with +sentimentBotReplyComment: > + Please be sure to review the code of conduct and be respectful of other users. // @layer5io/maintainers \ No newline at end of file