Skip to content

Instantly share code, notes, and snippets.

@pazteddy
Created May 12, 2026 15:09
Show Gist options
  • Select an option

  • Save pazteddy/5294446eed6b5054f5564c8376c007a6 to your computer and use it in GitHub Desktop.

Select an option

Save pazteddy/5294446eed6b5054f5564c8376c007a6 to your computer and use it in GitHub Desktop.
Construir el contenido Markdown del issue
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