From 28af2e6161ea10deba8fd393022146bbe09c3339 Mon Sep 17 00:00:00 2001 From: "Gordon Lam (SH) (from Dev Box)" Date: Mon, 20 Oct 2025 10:57:56 +0800 Subject: [PATCH] Update the prompts to output markdown format directly --- .github/prompts/create-pr.prompt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/prompts/create-pr.prompt.md b/.github/prompts/create-pr.prompt.md index 571fccda08..0c324e7578 100644 --- a/.github/prompts/create-pr.prompt.md +++ b/.github/prompts/create-pr.prompt.md @@ -19,4 +19,4 @@ description: 'Generate a PowerToys-ready pull request description from the local 4. From the diff, capture impacted areas, key file changes, behavioral risks, migrations, and noteworthy edge cases. 5. Confirm validation: list tests executed with results or state why tests were skipped in line with repo guidance. 6. Load `.github/pull_request_template.md`, mirror its section order, and populate it with the gathered facts. Include only relevant checklist entries, marking them `[x]/[ ]` and noting any intentional omissions as "N/A". -7. Present the filled template to the user as markdown format so that it is ready to be pasted into a PR, clearly flagging any placeholders that still need their input. +7. Present the filled template inside a fenced ```markdown code block with no extra commentary so it is ready to paste into a PR, clearly flagging any placeholders that still need user input.