Skip to content

Commit 60eb4f9

Browse files
committed
Add configuration for welcome bot
Signed-off-by: Matt Stratton <[email protected]>
1 parent 922c07a commit 60eb4f9

File tree

1 file changed

+42
-0
lines changed

1 file changed

+42
-0
lines changed

.github/config.yml

Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Configuration for request-info - https://github.com/behaviorbot/request-info
2+
3+
# *Required* Comment to reply with
4+
requestInfoReplyComment: >
5+
We would appreciate it if you could provide us with more info about this issue/pr!
6+
7+
# *OPTIONAL* default titles to check against for lack of descriptiveness
8+
# MUST BE ALL LOWERCASE
9+
requestInfoDefaultTitles:
10+
- update readme.md
11+
- updates
12+
13+
# *OPTIONAL* Label to be added to Issues and Pull Requests with insufficient information given
14+
requestInfoLabelToAdd: needs-more-info
15+
16+
# Configuration for welcome - https://github.com/behaviorbot/welcome
17+
18+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
19+
20+
# Comment to be posted to on first time issues
21+
newIssueWelcomeComment: >
22+
Thanks for opening your first issue here! Be sure to follow the issue template and [Code of Conduct](https://github.com/mattstratton/bowie/blob/master/CODE_OF_CONDUCT.md)!
23+
24+
![](http://www.reactiongifs.com/r/stoke.gif)
25+
26+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
27+
28+
# Comment to be posted to on PRs from first time contributors in your repository
29+
newPRWelcomeComment: >
30+
:heart: Thanks for opening this pull request! :heart:
31+
32+
Please check out our [contributing guidelines](https://github.com/mattstratton/bowie/blob/master/CONTRIBUTING.md).
33+
34+
![](http://www.reactiongifs.com/r/yaay.gif
35+
)
36+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
37+
38+
# Comment to be posted to on pull requests merged by a first time user
39+
firstPRMergeComment: >
40+
Congrats on merging your first pull request! :100:
41+
42+
![fist bump](http://www.reactiongifs.com/r/z8a.gif)

0 commit comments

Comments
 (0)