From 1bad9b4fa89639e205472f49d5a0e8f7e41be8fd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Mon, 13 Jan 2020 18:24:51 +0100 Subject: [PATCH] Fix typo in pull request 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 792055a..6f755c3 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -72,5 +72,5 @@ Please put an x into the brackets (like `[x]`) if you've completed that task. --> * [ ] I have read the comments and followed the PR template. -* [ ] I have provided a explained my PR according to the information in the comments. +* [ ] I have provided and explained my PR according to the information in the comments. * [ ] My PR targets the `develop` branch.