aboutsummaryrefslogtreecommitdiffstats
path: root/.github/config.yml
diff options
context:
space:
mode:
authorLibravatar Balaji Vijayakumar <kuttibalaji.v6@gmail.com>2022-11-25 05:31:46 +0530
committerLibravatar GitHub <noreply@github.com>2022-11-25 00:01:46 +0000
commitc04b71b2c79bdc5b1612ef0e98f351d1193bdec9 (patch)
treeb46106d37f6d4ecc2bb366fcf5418ac3f478fe42 /.github/config.yml
parentPull in new version of 'recipes' submodule (diff)
downloadferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.tar.gz
ferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.tar.zst
ferdium-app-c04b71b2c79bdc5b1612ef0e98f351d1193bdec9.zip
Switch npm to pnpm (#714)
Diffstat (limited to '.github/config.yml')
-rw-r--r--.github/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/config.yml b/.github/config.yml
index 237e3f570..bc93ac8c8 100644
--- a/.github/config.yml
+++ b/.github/config.yml
@@ -5,7 +5,7 @@ newPRWelcomeComment: |
5 Things that will help get your PR across the finish line: 5 Things that will help get your PR across the finish line:
6 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. 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. 8 - Run `pnpm lint` locally to catch formatting errors earlier.
9 - Document any user-facing changes you've made by including screenshots and animated GIFs whenever possible. 9 - Document any user-facing changes you've made by including screenshots and animated GIFs whenever possible.
10 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. 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.