diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index cdf9474c19..5fe33cf1ba 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -17,15 +17,6 @@ assignees: '' #### Expected vs Current Behavior -#### Impact Check List - - -- [ ] Data loss or misrepresented data? -- [ ] Regression? Did this used to work or has it always been broken? -- [ ] Is there a workaround available? -- [ ] Does this impact a critical component? -- [ ] Is this just a visual bug with no functional impact? - #### Steps to Reproduce @@ -35,10 +26,20 @@ assignees: '' 4. #### Environment + * Open MCT Version: * Deployment Type: * OS: * Browser: +#### Impact Check List + +- [ ] Data loss or misrepresented data? +- [ ] Regression? Did this used to work or has it always been broken? +- [ ] Is there a workaround available? +- [ ] Does this impact a critical component? +- [ ] Is this just a visual bug with no functional impact? + #### Additional Information diff --git a/package.json b/package.json index cbe94a3e15..ca7058edeb 100644 --- a/package.json +++ b/package.json @@ -83,6 +83,7 @@ "build:prod": "cross-env webpack --config webpack.prod.js", "build:dev": "webpack --config webpack.dev.js", "build:watch": "webpack --config webpack.dev.js --watch", + "info": "npx envinfo --system --browsers --npmPackages --binaries --languages --markdown", "test": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" karma start --single-run", "test:debug": "cross-env NODE_ENV=debug karma start --no-single-run", "test:coverage": "cross-env NODE_OPTIONS=\"--max_old_space_size=4096\" COVERAGE=true karma start --single-run",