From 0c941379cff48523d16d8b43dc1d3cfa0f0f7114 Mon Sep 17 00:00:00 2001 From: Phil Cohen Date: Tue, 4 Feb 2025 10:34:47 -0800 Subject: [PATCH] PULL_REQUEST_TEMPLATE.md: tell the user to remove the welcome comment (#2811) We're now validating in https://github.com/cursorless-dev/cursorless/pull/2810 that it is removed, so we should tell the person to remove it ## Release notes Co-authored-by: Andreas Arvidsson --- .github/PULL_REQUEST_TEMPLATE.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md index a0dfbb0f9a..b5e2a15233 100644 --- a/.github/PULL_REQUEST_TEMPLATE.md +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -9,8 +9,9 @@ Thanks for your change! * Remember to *test the cheatsheet manually* if you've added a new action, modifier, or scope -- or changed any Talon files. ---> +Remove this comment. +--> ## Release notes