From b2763b1f4f16d1d59ae4c7420471584fafd66a7d Mon Sep 17 00:00:00 2001 From: Saptarshi Sarkar Date: Tue, 23 Aug 2022 15:54:22 +0530 Subject: [PATCH 1/2] Fixed typo --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index f357279b..8d977ebe 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,4 +11,4 @@ - [ ] If it is a core feature, I have added thorough tests. - [ ] New and existing unit tests pass locally with my changes -**Please opne the PR agains the `dev` branch (Unless the PR contains only documentation changes)** +**Please open the PR agains the `dev` branch (Unless the PR contains only documentation changes)** From 4becfc6b885caf49c785d033a8aff9c9c9ee50b2 Mon Sep 17 00:00:00 2001 From: David Wertenteil Date: Tue, 23 Aug 2022 13:28:40 +0300 Subject: [PATCH 2/2] Update PULL_REQUEST_TEMPLATE.md --- .github/PULL_REQUEST_TEMPLATE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index 8d977ebe..b2d8493c 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -11,4 +11,4 @@ - [ ] If it is a core feature, I have added thorough tests. - [ ] New and existing unit tests pass locally with my changes -**Please open the PR agains the `dev` branch (Unless the PR contains only documentation changes)** +**Please open the PR against the `dev` branch (Unless the PR contains only documentation changes)**