From c336a0acb883dd3fd3fdb466f6f91f31d436d043 Mon Sep 17 00:00:00 2001 From: mcbarton <150042563+mcbarton@users.noreply.github.com> Date: Wed, 22 May 2024 20:02:02 +0100 Subject: [PATCH] Address comment https://github.com/compiler-research/CppInterOp/pull/299#discussion_r1610492011 --- .github/pull_request_template.md | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index cd0ce5b71..2e2e46f31 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -32,4 +32,3 @@ Please describe the test(s) that you added and ran to verify your changes. - [ ] I have made corresponding changes to the documentation - [ ] I have performed a self-review of my own code - [ ] I have commented my code, particularly in hard-to-understand areas -- [ ] My changes generate no new warnings