From c6f4b6634b22457f43378ea6a482d2277650944b Mon Sep 17 00:00:00 2001 From: srgooglo Date: Mon, 12 Oct 2020 11:12:11 +0200 Subject: [PATCH] added Issues_Templates & added electron script --- .github/ISSUE_TEMPLATE/01-bug.md | 11 +++++++++++ package.json | 1 + 2 files changed, 12 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/01-bug.md 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",