📚 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
This commit is contained in:
Andrey Antukh 2026-09-15 16:12:02 +00:00
parent f635aef4eb
commit 91ecfefa31

View File

@ -112,11 +112,13 @@ Output: `https://github.com/penpot/penpot/issues/<NUMBER>`
| 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