Skip to content

Commit 9987a5d

Browse files
authored
Update config.yml
Signed-off-by: Raunak Madan <143412156+CodexRaunak@users.noreply.github.com>
1 parent 8cb55a8 commit 9987a5d

1 file changed

Lines changed: 15 additions & 17 deletions

File tree

.github/config.yml

Lines changed: 15 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,30 @@
1+
---
12
#-------------------------------------------------------------------------------
23
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
3-
# Comment to be posted to on first time issues
4+
# Comment to be posted to on first time issues
45
newIssueWelcomeComment: >
5-
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Meshery Contributors' Welcome Guide](https://docs.google.com/document/d/17OPtDE_rdnPQxmk2Kauhm3GwXF1R5dZ3Cj8qZLKdo5E/edit?usp=sharing) and sure to join the [community Slack](https://slack.meshery.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
6+
Thanks for opening this issue. A contributor will be by to give feedback soon. In the meantime, please review the [Contributors' Welcome Guide](https://docs.meshery.io/project/community), engage in the [discussion forum](https://meshery.io/community#community-forums), and be sure to join the [community Slack](https://slack.meshery.io/).
7+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
8+
# Comment to be posted to on PRs from first time contributors in your repository
89
newPRWelcomeComment: >
9-
Yay, your first pull request! :thumbsup: A contributor will be by to give feedback soon. In the meantime, please review the [Meshery Contributors' Welcome Guide](https://docs.meshery.io/project/contributing) and sure to join the [community Slack](https://slack.meshery.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/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
10+
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://mesheryio.slack.com/archives/CLVT4TSG4) channel in the [community Slack](https://slack.meshery.io).
1211
12+
Be sure to double-check that you have signed your commits. Here are instructions for [making signing an implicit activity while performing a commit](https://github.com/meshery/meshery/blob/master/CONTRIBUTING.md#signing-off-on-commits-developer-certificate-of-origin).
1313
1414
#-------------------------------------------------------------------------------
1515
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
1616
# Comment to be posted to on pull requests merged by a first time user
1717
firstPRMergeComment: >
18-
Thanks for your contribution to the Meshery community! :tada:
19-
18+
Thanks for your contribution to Meshery! :tada:
19+
2020
<picture>
21-
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery.io/master/.github/welcome/Meshery-darkmode-celebration.svg">
22-
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery-consul/master/.github/welcome/Meshery-Lightmode-celebration.svg">
23-
<img alt="Meshery Celebration logo" src="https://raw.githubusercontent.com/meshery/meshery.io/master/.github/welcome/Meshery-darkmode-celebration.svg">
21+
<source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/Meshery-celebration-Dark.svg">
22+
<source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/meshery/meshery/master/.github/assets/images/Meshery-celebration-Light.svg">
23+
<img alt="Meshery Logo" src="">
2424
</picture>
25-
25+
2626
&nbsp; &#9; &nbsp; &#9; &nbsp; &#9; &nbsp; &#9; [Join the community](https://slack.meshery.io), if you haven't yet and please leave a :star: [star on the project](../stargazers). :smile:
27-
27+
2828
#-------------------------------------------------------------------------------
2929
# Configuration for request-info - https://github.com/behaviorbot/request-info
3030
# Comment to reply with
@@ -35,7 +35,6 @@ requestInfoReplyComment: >
3535
#requestInfoUserstoExclude:
3636
# - meshery/maintainers
3737

38-
3938
#-------------------------------------------------------------------------------
4039
# Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
4140
# *Required* toxicity threshold between 0 and .99 with the higher numbers being the most toxic
@@ -44,5 +43,4 @@ sentimentBotToxicityThreshold: .9
4443

4544
# *Required* Comment to reply with
4645
sentimentBotReplyComment: >
47-
Please be sure to review the code of conduct and be respectful of other users. // @meshery/maintainers
48-
46+
Please be sure to review the code of conduct and be respectful of other users. // @meshery/maintainers

0 commit comments

Comments
 (0)