diff --git a/.github/ISSUE_TEMPLATE/01-bug.md b/.github/ISSUE_TEMPLATE/01-bug.md new file mode 100644 index 00000000..a1525697 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/01-bug.md @@ -0,0 +1,11 @@ +--- +name: Bug Report +about: Issues caused by bugs +--- +**Describe the bug:** + +**Screenshots or/and Reproductions(if applicable):** + +**App/Core/Dependency version info:** + +**Logs or logDump(if applicable):** diff --git a/package.json b/package.json index 7748e134..a8a19932 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "debug": "node --inspect-brk ./node_modules/.bin/umi dev", "postinstall": "electron-builder install-app-deps", "electronDev": "concurrently \"electron .\" \"npm start\"", + "electron": "electron .", "build": "npm run build:main && npm run build:renderer", "build:main": "ESLINT=none roadhog build", "build:renderer": "ESLINT=none umi build",