From 9ccd48b6e6edc9ad09e94d6651c766eaad7335a6 Mon Sep 17 00:00:00 2001 From: Vijay A Date: Tue, 27 Jul 2021 08:00:42 +0530 Subject: Allow to run 'npm version' without dependency on git pre-commit hook. [skip ci] --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.github/PULL_REQUEST_TEMPLATE.md') 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 @@ #### Checklist - [ ] My pull request is properly named -- [ ] The changes respect the code style of the project (`$ npm run lint && npm run reformat-files && npm run manage-translations && npm run apply-branding`) +- [ ] The changes respect the code style of the project (`npm run prepare-code`) - [ ] `npm test` passes - [ ] I tested/previewed my changes locally -- cgit v1.2.3-54-g00ecf