Skip to content

Commit

Permalink
chore: add bug issue template
Browse files Browse the repository at this point in the history
  • Loading branch information
markthree committed Mar 25, 2022
1 parent a1acfad commit 22ebe9f
Show file tree
Hide file tree
Showing 5 changed files with 149 additions and 87 deletions.
55 changes: 55 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
---
name: bug template
about: 请提供系统详细信息
---

## 信息

### nodejs 版本

TODO


(推荐使用 `v16` 以上)

<br />


### 包管理器及其版本

TODO


(推荐使用 `pnpm`)


<br />


### 系统

TODO

(该项目开发环境系统为 `win11`)


<br />
<br />

## bug

### 描述

TODO

<br />

### 预期结果

TODO

<br />

### 最小测试仓库

TODO
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"devDependencies": {
"@intlify/vite-plugin-vue-i18n": "^3.3.1",
"@types/ityped": "^1.0.1",
"@types/node": "^17.0.22",
"@types/node": "^17.0.23",
"@types/nprogress": "^0.2.0",
"@vitejs/plugin-vue": "^2.2.4",
"@vitejs/plugin-vue-jsx": "^1.3.8",
Expand All @@ -46,7 +46,7 @@
"pinia": "^2.0.12",
"plop": "^3.0.5",
"prism-theme-vars": "^0.2.2",
"typescript": "^4.6.2",
"typescript": "^4.6.3",
"unplugin-auto-import": "^0.6.6",
"unplugin-icons": "^0.13.4",
"unplugin-vue-components": "^0.17.21",
Expand Down
Loading

0 comments on commit 22ebe9f

Please sign in to comment.