Skip to content

Commit e637768

Browse files
authored
chore(welcome bot): add welcome bot config (videojs#5313)
1 parent b039cfe commit e637768

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/config.yml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Configuration for welcome - https://github.com/behaviorbot/welcome
2+
# Heavily inspired by https://github.com/electron/electron/blob/master/.github/config.yml
3+
4+
# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome
5+
6+
# Comment to be posted to on first time issues
7+
newIssueWelcomeComment: |
8+
👋 Thanks for opening your first issue here! 👋
9+
10+
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.
11+
To help make it easier for us to investigate your issue, please follow the [contributing guidelines](https://github.com/videojs/video.js/blob/master/CONTRIBUTING.md).
12+
13+
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome
14+
15+
# Comment to be posted to on PRs from first time contributors in your repository
16+
newPRWelcomeComment: |
17+
💖 Thanks for opening this pull request! 💖
18+
19+
Things that will help get your PR across the finish line:
20+
21+
- Run `npm run lint -- --errors` locally to catch formatting errors earlier.
22+
- Include tests when adding/changing behavior.
23+
- Include screenshots and animated GIFs whenever possible.
24+
25+
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.
26+
27+
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
28+
29+
# Comment to be posted to on pull requests merged by a first time user
30+
firstPRMergeComment: >
31+
Congrats on merging your first pull request! 🎉🎉🎉
32+

0 commit comments

Comments
 (0)