From bfc2cec7d43eb8eaa46dd3f91084932381257059 Mon Sep 17 00:00:00 2001 From: kj_sh604 Date: Sun, 15 Mar 2026 16:19:35 -0400 Subject: refactor: excalidraw-app/ --- excalidraw-app/bug-issue-template.js | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 excalidraw-app/bug-issue-template.js (limited to 'excalidraw-app/bug-issue-template.js') diff --git a/excalidraw-app/bug-issue-template.js b/excalidraw-app/bug-issue-template.js new file mode 100644 index 0000000..bc04886 --- /dev/null +++ b/excalidraw-app/bug-issue-template.js @@ -0,0 +1,11 @@ +export default (sentryErrorId) => ` +### Scene content + +\`\`\` +Paste scene content here +\`\`\` + +### Sentry Error ID + +${sentryErrorId} +`; -- cgit v1.2.3