|
3 | 3 | # Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
|
4 | 4 | # Comment to be posted to on first time issues
|
5 | 5 | newIssueWelcomeComment: >
|
6 |
| - Thanks for opening this issue. |
7 |
| - If this issue is regarding feedback about your probot experience, such as things that you found frustrating or confusing, it would be great if you could close this out and open an issue in our [probot/friction](https://github.com/probot/friction) repo instead. Otherwise a maintainer will get back to you shortly. |
| 6 | + Thanks for opening this issue. A contributor should be by to give feedback soon. In the mean time, please check out the [contributing guidelines](https://github.com/probot/probot/blob/master/CONTRIBUTING.md) and explore other [ways you can get involved](https://probot.github.io/community/). |
8 | 7 |
|
9 | 8 | # Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
|
10 | 9 | # Comment to be posted to on PRs from first time contributors in your repository
|
11 | 10 | newPRWelcomeComment: >
|
12 |
| - Thanks for opening this pull request! Please check out our [contributing guidelines](https://github.com/probot/probot/blob/master/CONTRIBUTING.md). |
13 |
| - <br> |
14 |
| - <img width="200" src="https://media.giphy.com/media/t5J2yBFaM1464/giphy.gif" /> |
| 11 | + Thanks for opening this pull request! A contributor should be by to give feedback soon. In the mean time, please check out the [contributing guidelines](https://github.com/probot/probot/blob/master/CONTRIBUTING.md) and explore other [ways you can get involved](https://probot.github.io/community/). |
15 | 12 |
|
16 | 13 | # Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
|
17 | 14 | # Comment to be posted to on pull requests merged by a first time user
|
18 | 15 | firstPRMergeComment: >
|
19 |
| - Thanks for your contribution to probot! :tada: <br> |
20 |
| -  |
| 16 | + Thanks for your contribution to probot! :tada: |
| 17 | + |
| 18 | +  |
21 | 19 |
|
22 | 20 | # Configuration for request-info - https://github.com/behaviorbot/request-info
|
23 | 21 | # Comment to reply with
|
24 | 22 | requestInfoReplyComment: >
|
25 |
| - We would appreciate it if you could provide us with more info about this issue/pr! |
| 23 | + Thanks for opening this, but we'd appreciate a little more information. Could you update it with more details? |
26 | 24 |
|
27 | 25 | # Configuration for sentiment-bot - https://github.com/behaviorbot/sentiment-bot
|
28 | 26 |
|
|
0 commit comments