From 4c5b4fa2f4e45b9ddd8b00c52ac6918976c82a44 Mon Sep 17 00:00:00 2001 From: Sebastian Ullrich Date: Thu, 8 Jun 2017 09:28:16 +0200 Subject: [PATCH] chore(.github/PULL_REQUEST_TEMPLATE): 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 89b5797986..eb7dc63407 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -2,6 +2,6 @@ Ensure you have read the contribution guide before filling in a description of the pull request, regardless of whether it is complete or a work in progress. -All Pull Requests should includ test case(s) which demonstrates the intended +All Pull Requests should include test case(s) which demonstrates the intended behavior of a feature, or a regression test demonstrating that the fix resolves the issue.