You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
success/src/bug-issue-template.js

14 lines
184 B
JavaScript

export default `
### Stack trace
\`\`\`
// paste stack trace here
\`\`\`
### localStorage
\`\`\`
// paste localStorage content here (if it doesn't contain sensitive data)
\`\`\`
`;