Created
May 12, 2026 15:09
-
-
Save pazteddy/5294446eed6b5054f5564c8376c007a6 to your computer and use it in GitHub Desktop.
Construir el contenido Markdown del issue
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| const content = `# Issue #${}: ${params.title} | |
| ## Metadata | |
| - **Fecha:** ${} | |
| - **Prioridad:** ${} | |
| - **Etiquetas:** ${} | |
| - **Estado:** abierto | |
| ## Descripción | |
| ${params.description} | |
| --- | |
| *Issue creado automáticamente por DevAssistant* | |
| `; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment