a GitHub App built with probot that welcomes new users when they open their first issue. You can use this welcome message to provide links to resources like the contributing guidelines, code of conduct, etc. It should be located in a
.github/config.yml
.github/config.yml
file that contains the contents you would like to reply within an newIssueWelcomeComment
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
newIssueWelcomeComment: > Thanks for opening your first issue here! Be sure to follow the issue template!
## Setup
npm install
npm start
See [the probot deployment docs](https://github.com/probot/probot/blob/master/docs/deployment.md) if you would like to run your own instance of this plugin.