summaryrefslogtreecommitdiff
path: root/javascript/videojs/.github/config.yml
diff options
context:
space:
mode:
Diffstat (limited to 'javascript/videojs/.github/config.yml')
-rw-r--r--javascript/videojs/.github/config.yml34
1 files changed, 34 insertions, 0 deletions
diff --git a/javascript/videojs/.github/config.yml b/javascript/videojs/.github/config.yml
new file mode 100644
index 0000000..f01798c
--- /dev/null
+++ b/javascript/videojs/.github/config.yml
@@ -0,0 +1,34 @@
+# 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/video.js/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! 🎉🎉🎉
+
+# Prevent issues being created without using the template
+blank_issues_enabled: false