aboutsummaryrefslogtreecommitdiffstats
path: root/.github/PULL_REQUEST_TEMPLATE.md
diff options
context:
space:
mode:
authorLibravatar Vijay A <avijayr@protonmail.com>2021-07-27 08:00:42 +0530
committerLibravatar Vijay Raghavan Aravamudhan <vraravam@users.noreply.github.com>2021-07-27 04:56:34 +0000
commit9ccd48b6e6edc9ad09e94d6651c766eaad7335a6 (patch)
tree97b274f73ad2d89a04592c50c858d6b1693e2c65 /.github/PULL_REQUEST_TEMPLATE.md
parentCorrected documentation for fresh system [skip ci] (diff)
downloadferdium-app-9ccd48b6e6edc9ad09e94d6651c766eaad7335a6.tar.gz
ferdium-app-9ccd48b6e6edc9ad09e94d6651c766eaad7335a6.tar.zst
ferdium-app-9ccd48b6e6edc9ad09e94d6651c766eaad7335a6.zip
Allow to run 'npm version' without dependency on git pre-commit hook. [skip ci]
Diffstat (limited to '.github/PULL_REQUEST_TEMPLATE.md')
-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 44de8e2e2..b2cd3a1eb 100644
--- a/.github/PULL_REQUEST_TEMPLATE.md
+++ b/.github/PULL_REQUEST_TEMPLATE.md
@@ -28,7 +28,7 @@
28#### Checklist 28#### Checklist
29<!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> 29<!-- Remove items that do not apply. For completed items, change [ ] to [x]. -->
30- [ ] My pull request is properly named 30- [ ] My pull request is properly named
31- [ ] The changes respect the code style of the project (`$ npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding`) 31- [ ] The changes respect the code style of the project (`npm run prepare-code`)
32- [ ] `npm test` passes 32- [ ] `npm test` passes
33- [ ] I tested/previewed my changes locally 33- [ ] I tested/previewed my changes locally
34 34