From eef85a3530244c60b53408a5493f8490e1b322b1 Mon Sep 17 00:00:00 2001 From: Mike Salvatore Date: Thu, 7 Apr 2022 08:27:12 -0400 Subject: [PATCH] Project: Add a duplicate code checkbox to pull request template --- .github/PULL_REQUEST_TEMPLATE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index d66f2fe24..7ccc5ccbd 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,6 +9,7 @@ Add any further explanations here. * [ ] Is the TravisCI build passing? * [ ] Was the CHANGELOG.md updated to reflect the changes? * [ ] Was the documentation framework updated to reflect the changes? +* [ ] Have you checked that you haven't introduced any duplicate code? ## Testing Checklist