added Issues_Templates & added electron script

This commit is contained in:
srgooglo 2020-10-12 11:12:11 +02:00
parent 2d05c017e2
commit c6f4b6634b
2 changed files with 12 additions and 0 deletions

11
.github/ISSUE_TEMPLATE/01-bug.md vendored Normal file
View File

@ -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):**

View File

@ -24,6 +24,7 @@
"debug": "node --inspect-brk ./node_modules/.bin/umi dev", "debug": "node --inspect-brk ./node_modules/.bin/umi dev",
"postinstall": "electron-builder install-app-deps", "postinstall": "electron-builder install-app-deps",
"electronDev": "concurrently \"electron .\" \"npm start\"", "electronDev": "concurrently \"electron .\" \"npm start\"",
"electron": "electron .",
"build": "npm run build:main && npm run build:renderer", "build": "npm run build:main && npm run build:renderer",
"build:main": "ESLINT=none roadhog build", "build:main": "ESLINT=none roadhog build",
"build:renderer": "ESLINT=none umi build", "build:renderer": "ESLINT=none umi build",