From 132ab6fcca03ca9bbdbed29eb185d22730438f0b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20M=C3=A4der?= Date: Thu, 23 Jan 2020 10:01:54 +0100 Subject: [PATCH] Fix typo in PR template --- .github/pull_request_template.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index 32b34f0..139ff96 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -1,5 +1,5 @@ * [ ] I have read the comments and followed the PR template. -* [ ] I have provided and explained my PR according to the information in the comments. +* [ ] I have explained my PR according to the information in the comments. * [ ] My PR targets the `develop` branch.