From 3b044a250f329e4da06fba3d2ec55823beb89772 Mon Sep 17 00:00:00 2001 From: manu2699 Date: Tue, 30 Apr 2024 18:45:45 +0530 Subject: [PATCH] template checklist changes --- .github/PULL_REQUEST_TEMPLATE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d2020a9..7c8e441 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,10 +1,12 @@ ## Checklist - [ ] Added a new class/method in SDK + - [ ] Updated version in `package.json` - [ ] Verified `.d.ts` file for new class/method. - [ ] Covered new changes in docs. - [ ] Covered new changes in snippets. - [ ] SDK Issue fix PR + - [ ] Updated version in `package.json` - [ ] Doesn't affect the previous method signatures. - [ ] Affects the method signature - [ ] Changes are conveyed.