From f78c9224b6e1d93864037fd091d2c7a18dc7d953 Mon Sep 17 00:00:00 2001 From: Brian Choromanski Date: Thu, 24 Oct 2024 22:20:56 -0400 Subject: [PATCH] Fixed typo in default PR template --- .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 1c07727..02f364f 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -8,7 +8,7 @@ To make your PR experience as smooth as possible, make sure that you include the following in your PR: - What your PR contributes -- Which issues it solves (preferrably using auto closing instructions like "closes #123". +- Which issues it solves (preferably using auto closing instructions like "closes #123". - Tests that verify the code your contributing - Updates to the documentation