From 91ecfefa312301c4d54d89e92725426a5556a222 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Tue, 15 Sep 2026 16:12:02 +0000 Subject: [PATCH] :books: Add EPIC issue type to creating-issues memory The repository defines an EPIC issue type, but the memory only listed Bug, Enhancement, Feature, Task, Question and Docs. Add the EPIC row with its type id and its mapping entry so umbrella tracking issues are typed consistently. AI-assisted-by: deepseek-v4.1-flash --- .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 54a2993fa8..33a059fbbe 100644 --- a/.serena/memories/workflow/creating-issues.md +++ b/.serena/memories/workflow/creating-issues.md @@ -112,11 +112,13 @@ Output: `https://github.com/penpot/penpot/issues/` | Task | `IT_kwDOAcyBPM4AX5NY` | | Question | `IT_kwDOAcyBPM4B_IQj` | | Docs | `IT_kwDOAcyBPM4B_IQz` | +| EPIC | `IT_kwDOAcyBPM4CEMzF` | **Map:** - Bug report (steps to reproduce, expected vs. actual) → Bug - Enhancement / new feature → Enhancement - Feature/epic → Feature +- Umbrella/EPIC tracking issue that groups sub-issues → EPIC - Docs → Docs - None of the above → Task