From e61c55e53c84cc9b766b1f30d655367f0c21dc85 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Wed, 8 Jul 2026 12:53:11 +0200 Subject: [PATCH] :books: Add no text-wrapping rule to the creating-issue workflow --- .serena/memories/workflow/creating-issues.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.serena/memories/workflow/creating-issues.md b/.serena/memories/workflow/creating-issues.md index 46ca109c3c..9f3831b165 100644 --- a/.serena/memories/workflow/creating-issues.md +++ b/.serena/memories/workflow/creating-issues.md @@ -79,6 +79,8 @@ Write the body to a temp file to avoid shell quoting issues: ``` +Note: do not soft-wrap paragraphs in the body. Each paragraph is a single line in the source; newlines are reserved for structural breaks (section headers, list items, code-block fences, blank-line separators). List items stay on a single line each. GitHub renders single-line paragraphs correctly, and wrapping makes diffs noisy on every small wording change. Same rule applies to PR bodies. + ## Creating the Issue ```bash