Configure welcome probot (#7)

This commit is contained in:
Denis Isidoro 2019-09-20 20:04:58 -03:00 committed by GitHub
parent 053d4de5af
commit 0f2c95ce34
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.github/config.yml vendored Normal file
View File

@ -0,0 +1,17 @@
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening your first issue here!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thanks for opening this pull request!
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
Congrats on merging your first pull request!