Skip to content

Commit b8ba2ab

Browse files
adopt welcome bot (#35)
* adopt welcome bot * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 23a0dfd commit b8ba2ab

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.github/config.yml

+21
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 recommend to include as many gifs and emojis as possible

0 commit comments

Comments
 (0)