You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
0 commit comments