From da314ce4c778986f105422bfbf90d88a5f6f4def Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Thu, 21 Nov 2024 06:47:25 -0600 Subject: [PATCH] Add a snippet for making a new PR (#165) What it says on the tin. I usually keep this in the palette, but I keep also clean building and blowing away my `state.json` --------- Co-authored-by: Mike Griese --- src/modules/cmdpal/.wt.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/modules/cmdpal/.wt.json b/src/modules/cmdpal/.wt.json index 6b0b0e83e6..18dbe7a0d6 100644 --- a/src/modules/cmdpal/.wt.json +++ b/src/modules/cmdpal/.wt.json @@ -16,6 +16,11 @@ "input": "for /F \"tokens=2\" %A in ('tasklist ^| findstr Extension') do taskkill /PID %A /F", "name": "🚨 Terminate extensions 🚨", "description": "Terminate anything with 'Extension' in the name" + }, + { + "input": "start https://github.com/zadjii-msft/PowerToys/compare/main...zadjii-msft:PowerToys:{branch}?expand=1\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D\u001b[D", + "name": "New PR", + "description": "Create a new PR targeting the right fork.\nReplace {branch} with the actual branch you want to merge." } ] }