Skip to content

Commit 4319172

Browse files
authored
Adopt welcome bot (#269)
1 parent 9318dad commit 4319172

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/config.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Configuration for welcome - https://github.com/behaviorbot/welcome
2+
3+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
4+
5+
# Comment to be posted to on first time issues
6+
newIssueWelcomeComment: >
7+
Thanks for opening your first issue here! Be sure to follow the issue template!
8+
9+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
10+
11+
# Comment to be posted to on PRs from first time contributors in your repository
12+
newPRWelcomeComment: >
13+
Thanks for opening this pull request! Please check out our contributing guidelines.
14+
15+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
16+
17+
# Comment to be posted to on pull requests merged by a first time user
18+
firstPRMergeComment: >
19+
Congrats on merging your first pull request! We here at behaviorbot are proud of you!
20+
21+
# It is recommended to include as many gifs and emojis as possible!

0 commit comments

Comments
 (0)