From d62e857c441d6b290655abdff29645a25c01d406 Mon Sep 17 00:00:00 2001 From: openhands Date: Sun, 21 Dec 2025 04:08:54 +0000 Subject: [PATCH] fix: Remove trailing whitespace and extra newlines Co-authored-by: openhands --- frontend/__tests__/github-issues-prs.test.ts | 1 - frontend/src/routes/github-issues-prs.tsx | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/frontend/__tests__/github-issues-prs.test.ts b/frontend/__tests__/github-issues-prs.test.ts index b28830a164..2ebb854016 100644 --- a/frontend/__tests__/github-issues-prs.test.ts +++ b/frontend/__tests__/github-issues-prs.test.ts @@ -173,4 +173,3 @@ describe("useRefreshGitHubIssuesPRs", () => { }); }); - diff --git a/frontend/src/routes/github-issues-prs.tsx b/frontend/src/routes/github-issues-prs.tsx index aa494533ea..07b5e274bf 100644 --- a/frontend/src/routes/github-issues-prs.tsx +++ b/frontend/src/routes/github-issues-prs.tsx @@ -207,7 +207,7 @@ function GitHubIssuesPRsPage() { // Build the initial message based on item type let initialMessage: string; if (item.item_type === "issue") { - initialMessage = `Please help me resolve issue #${item.number} in the ${item.repo} repository. + initialMessage = `Please help me resolve issue #${item.number} in the ${item.repo} repository. First, understand the issue context by reading the issue description and any comments. Then, work on resolving the issue. If you successfully resolve it, please open a draft PR with the fix.