Add config.yml for behaviorbot/welcome (#55) (#96)

* Add config.yml for behaviorbot/welcome

* Use correct links, duh

Co-authored-by: Lee Dohm <1038121+lee-dohm@users.noreply.github.com>

* "GitHub docs team member"

Co-authored-by: Lee Dohm <1038121+lee-dohm@users.noreply.github.com>

Co-authored-by: Jason Etcovitch <jasonetco@github.com>
Co-authored-by: Lee Dohm <1038121+lee-dohm@users.noreply.github.com>
This commit is contained in:
Zeke Sikelianos 2020-10-05 23:11:16 -07:00 коммит произвёл GitHub
Родитель 271c82e2fd
Коммит e00e1a2150
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 11 добавлений и 0 удалений

11
.github/config.yml поставляемый Normal file
Просмотреть файл

@ -0,0 +1,11 @@
# Configuration for welcome - https://github.com/behaviorbot/welcome
# 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 this issue. A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://github.com/github/docs/blob/main/CONTRIBUTING.md).
# 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! A GitHub docs team member should be by to give feedback soon. In the meantime, please check out the [contributing guidelines](https://github.com/github/docs/blob/main/CONTRIBUTING.md).