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---------------------------------------------';