aboutsummaryrefslogtreecommitdiffstats
path: root/.github/config.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/config.yml')
-rw-r--r--.github/config.yml17
1 files changed, 17 insertions, 0 deletions
diff --git a/.github/config.yml b/.github/config.yml
new file mode 100644
index 000000000..237e3f570
--- /dev/null
+++ b/.github/config.yml
@@ -0,0 +1,17 @@
1# Comment to be posted to on PRs from first time contributors in your repository
2newPRWelcomeComment: |
3 💖 Thanks for opening this pull request! 💖
4
5 Things that will help get your PR across the finish line:
6
7 - Follow the JavaScript [coding style](https://github.com/electron/electron/blob/master/docs/development/coding-style.md) as recommended by the Electron project.
8 - Run `npm run lint` locally to catch formatting errors earlier.
9 - Document any user-facing changes you've made by including screenshots and animated GIFs whenever possible.
10
11 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.
12
13# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge
14
15# Comment to be posted to on pull requests merged by a first time user
16firstPRMergeComment: >
17 Congrats on merging your first pull request! 🎉🎉🎉