summaryrefslogtreecommitdiffstats
path: root/.github/config.yml
diff options
context:
space:
mode:
authorLibravatar Vijay Aravamudhan <vraravam@users.noreply.github.com>2021-11-18 07:14:01 +0530
committerLibravatar GitHub <noreply@github.com>2021-11-18 07:14:01 +0530
commit9a03c8b8c3c1dbfb802a69105faa82dca4673934 (patch)
tree51a5c0b1101499b066b9077abec1eb62c84279e6 /.github/config.yml
parent5.6.4-nightly.9 [skip ci] (diff)
downloadferdium-app-9a03c8b8c3c1dbfb802a69105faa82dca4673934.tar.gz
ferdium-app-9a03c8b8c3c1dbfb802a69105faa82dca4673934.tar.zst
ferdium-app-9a03c8b8c3c1dbfb802a69105faa82dca4673934.zip
Revamped github Issue templates (new yml syntax) [skip ci] (#1441)
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! 🎉🎉🎉