bug-issue-template.js 136 B

1234567891011
  1. export default (sentryErrorId) => `
  2. ### Scene content
  3. \`\`\`
  4. Paste scene content here
  5. \`\`\`
  6. ### Sentry Error ID
  7. ${sentryErrorId}
  8. `;