aboutsummaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorLibravatar Sampath Kumar Krishnan <sampathBlam@users.noreply.github.com>2020-05-09 08:38:59 +0530
committerLibravatar GitHub <noreply@github.com>2020-05-09 08:38:59 +0530
commitea4e0c87cb7b76b9720b2b17c560eef58dfc7111 (patch)
treeec95917b1694325d0d916f35867e72bc1ce479a7 /.github
parentFix TodosWebview user agent (#713) (diff)
downloadferdium-app-ea4e0c87cb7b76b9720b2b17c560eef58dfc7111.tar.gz
ferdium-app-ea4e0c87cb7b76b9720b2b17c560eef58dfc7111.tar.zst
ferdium-app-ea4e0c87cb7b76b9720b2b17c560eef58dfc7111.zip
Remove confusing reference to yarn in GitHub pull request template (#725)
* fix: Replace `yarn lint` with `npm run lint` in PULL_REQUEST_TEMPLATE.md
Diffstat (limited to '.github')
-rw-r--r--.github/PULL_REQUEST_TEMPLATE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md
index 6c4384695..aa6f850de 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -23,6 +23,6 @@
23### Checklist: 23### Checklist:
24<!--- Go over all the following points, and put an `x` in all the boxes that apply. --> 24<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
25<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! --> 25<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->
26- [ ] My code follows the code style of this project (run `$ yarn lint`). 26- [ ] My code follows the code style of this project (run `$ npm run lint`).
27<!---- [ ] My change requires a change to the documentation. 27<!---- [ ] My change requires a change to the documentation.
28- [ ] I have updated the documentation accordingly. --> 28- [ ] I have updated the documentation accordingly. -->