From bee8f7492dd33b3114a76bed0cab34703021b806 Mon Sep 17 00:00:00 2001 From: Alexander Keating Date: Wed, 16 Dec 2020 21:59:57 -0500 Subject: [PATCH] Fix pull request template typos --- .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 e4d5560a..00dbe2e9 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -1,6 +1,6 @@ ## Description -Describe the changes that where made in this pull request. When possible start the motivations behind the change. Be sure to also include the following information: +Describe the changes that were made in this pull request. When possible start with the motivations behind the change. Be sure to also include the following information: 1. Motivation for change? 2. What was changed?