diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4ca9209..26a46a0 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -6,6 +6,6 @@ Change [ ] to [x] for completed items. - [ ] tests and linter show no problems (`npm t`) - [ ] tests are added/updated for bug fixes and new features -- [ ] code is properly formatted (`npm run fmt`) +- [ ] code is properly formatted (`npm run fix`) - [ ] description of changes is added in CHANGELOG.md - [ ] update .d.ts typings diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d8d882c..57edb8b 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -36,6 +36,6 @@ Before open pull request please follow checklist: - [ ] tests and linter show no problems (`npm t`) - [ ] tests are added/updated for bug fixes and new features -- [ ] code is properly formatted (`npm run fmt`) +- [ ] code is properly formatted (`npm run fix`) - [ ] description of changes is added in CHANGELOG.md - [ ] update .d.ts typings