|
| 1 | +#------------------------------------------------------------------------------- |
| 2 | +# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome |
| 3 | + # Comment to be posted to on first time issues |
| 4 | +newIssueWelcomeComment: > |
| 5 | + 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) and sure to join the [community Slack](http://slack.layer5.io/). |
| 6 | + # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome |
| 7 | + # Comment to be posted to on PRs from first time contributors in your repository |
| 8 | +newPRWelcomeComment: > |
| 9 | + Yay, your first pull request! :thumbsup: 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) and sure to join the [community Slack](http://slack.layer5.io/). |
| 10 | +
|
| 11 | + 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/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin). |
| 12 | +
|
| 13 | +
|
| 14 | +#------------------------------------------------------------------------------- |
| 15 | +# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge |
| 16 | +# Comment to be posted to on pull requests merged by a first time user |
| 17 | +firstPRMergeComment: > |
| 18 | + Thanks for your contribution to the Meshery community! :tada: |
| 19 | + |
| 20 | + <picture> |
| 21 | + <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery-adapter-template/master/.github/welcome/Meshery-celebration-Dark.svg"> |
| 22 | + <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery-adapter-template/master/.github/welcome/Meshery-celebration-Light.svg"> |
| 23 | + <img alt="Meshery Logo" src=""> |
| 24 | + </picture> |
| 25 | + |
| 26 | + 	 	 	 	 :star: Please leave your [star on the project](../stargazers). :smile: |
| 27 | +
|
| 28 | +#------------------------------------------------------------------------------- |
| 29 | +# Configuration for request-info - https://github.com/behaviorbot/request-info |
| 30 | +# Comment to reply with |
| 31 | +requestInfoReplyComment: > |
| 32 | + 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: |
| 33 | +# *OPTIONAL* Add a list of people whose Issues/PRs will not be commented on |
| 34 | +# keys must be GitHub usernames |
| 35 | +#requestInfoUserstoExclude: |
| 36 | +# - layer5io/maintainers |
| 37 | + |
| 38 | + |
| 39 | +#------------------------------------------------------------------------------- |
| 40 | +# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot |
| 41 | +# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic |
| 42 | +# Anything higher than this threshold will be marked as toxic and commented on |
| 43 | +sentimentBotToxicityThreshold: .9 |
| 44 | + |
| 45 | +# *Required* Comment to reply with |
| 46 | +sentimentBotReplyComment: > |
| 47 | + Please be sure to review the code of conduct and be respectful of other users. // @layer5io/maintainers |
| 48 | + |
0 commit comments