From abf13a3635d1e1ab9d2caf954eb45a39728a53a6 Mon Sep 17 00:00:00 2001 From: Timur Shemsedinov Date: Tue, 4 May 2021 20:37:08 +0300 Subject: [PATCH] Add hints to update .d.ts typings PR-URL: https://github.com/metarhia/impress/pull/1561 --- .github/PULL_REQUEST_TEMPLATE.md | 1 + CONTRIBUTING.md | 1 + 2 files changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 4fa492afb..4ca9209b3 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -8,3 +8,4 @@ Change [ ] to [x] for completed items. - [ ] tests are added/updated for bug fixes and new features - [ ] code is properly formatted (`npm run fmt`) - [ ] description of changes is added in CHANGELOG.md +- [ ] update .d.ts typings diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index ee9e2c77a..3c4c7f324 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -38,3 +38,4 @@ Before open pull request please follow checklist: - [ ] tests are added/updated for bug fixes and new features - [ ] code is properly formatted (`npm run fmt`) - [ ] description of changes is added in CHANGELOG.md +- [ ] update .d.ts typings