-
Notifications
You must be signed in to change notification settings - Fork 428
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: add welcome bot config from video.js (#150)
- Loading branch information
Showing
1 changed file
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
# Configuration for welcome - https://github.com/behaviorbot/welcome | ||
# Heavily inspired by https://github.com/electron/electron/blob/master/.github/config.yml | ||
|
||
# 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! 👋 | ||
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can. | ||
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/videojs/http-streaming/blob/master/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! 💖 | ||
Things that will help get your PR across the finish line: | ||
- Run `npm run lint -- --errors` locally to catch formatting errors earlier. | ||
- Include tests when adding/changing behavior. | ||
- Include screenshots and animated GIFs whenever possible. | ||
We get a lot of pull requests on this repo, so please be patient and we will get back to you as soon as we can. | ||
# 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! 🎉🎉🎉 |