From f66a20f4392b4c861d30b4db080337de470cf57e Mon Sep 17 00:00:00 2001 From: Brian Vaughn Date: Fri, 16 Aug 2019 14:47:55 -0700 Subject: [PATCH] Caps lock bug template request for repro steps :) --- src/devtools/views/ErrorBoundary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devtools/views/ErrorBoundary.js b/src/devtools/views/ErrorBoundary.js index 56a03012a7..07692b3cfa 100644 --- a/src/devtools/views/ErrorBoundary.js +++ b/src/devtools/views/ErrorBoundary.js @@ -53,7 +53,7 @@ export default class ErrorBoundary extends Component { const title = `Error: "${errorMessage || ''}"`; const label = 'Component: Developer Tools'; - let body = '\n'; + let body = 'PLEASE INCLUDE REPRO INSTRUCTIONS AND EXAMPLE CODE\n'; body += '\n---------------------------------------------'; body += '\nPlease do not remove the text below this line'; body += '\n---------------------------------------------';