Skip to content

Commit aec4099

Browse files
authored
Merge pull request #475 from zh-lx/github/issue-templates
github: update issue templates
2 parents c6de01e + 9077719 commit aec4099

3 files changed

Lines changed: 66 additions & 8 deletions

File tree

.github/ISSUE_TEMPLATE/bug-en.md

Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
name: Bug Report
3+
about: I meet a bug
4+
---
5+
6+
> Tip: The more detailed the information, the easier it is to troubleshoot and solve the problem. If you can, please join the QQ group or WeChat group at the bottom of the README.md file to provide more detailed information
7+
8+
## Plugin Version
9+
10+
_Please provide the version number of the code-inspector-plugin you are using……_
11+
12+
## Bug Type
13+
14+
- [ ] The project fails to compile after installing the plugin
15+
- [ ] No inspector modal when holding down the combination key
16+
- [ ] The IDE cannot be opened by clicking on the filter box
17+
- [ ] Other problems
18+
19+
## Description of the bug
20+
21+
_Please describe your bug, and it is best to attach a screenshot of the error……_
22+
23+
## System
24+
25+
- [ ] windows(not using wsl virtual machine)
26+
- [ ] windows(using wsl virtual machine)
27+
- [ ] mac
28+
- [ ] linux
29+
30+
## The packer and version you are using
31+
32+
- [ ] webpack
33+
- [ ] vite
34+
- [ ] rspack
35+
- [ ] umijs
36+
- [ ] other
37+
38+
## The web framework you are using
39+
40+
- [ ] react
41+
- [ ] vue
42+
- [ ] nuxt
43+
- [ ] next.js
44+
- [ ] svelte
45+
- [ ] astro
46+
- [ ] solid
47+
- [ ] preact
48+
- [ ] qwik
49+
- [ ] other
50+
51+
## Self-inspection information
52+
53+
- [ ] Is your browser, IDE, and code on the same machine(not remote development machine or cloud development machine)
54+
- [ ] Is there a combination key hint information printed in the browser console<br />
55+
<img src="https://github.com/zh-lx/code-inspector/assets/73059627/77bcef30-88a5-4f58-b306-a92e01ecef8f" width="500" />
56+
57+
- [ ] Is there a `data-insp-path` attribute injected into the page DOM<br />
58+
<img src="https://github.com/zh-lx/code-inspector/assets/73059627/0523f9fb-e755-4561-9284-8970e4081bcc" width="600" />

.github/ISSUE_TEMPLATE/feature.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
---
2-
name: 功能建议
3-
about: 这是一个功能建议
2+
name: New Feature Request
3+
about: I have a new feature request
44
---
55

6-
> 提示:如果方便请加入本项目 README.md 最下面的 QQ 群或者微信群提供更详细的信息
6+
> Tip: If you can, please join the QQ group or WeChat group at the bottom of the README.md file to provide more detailed information
77
8-
## 功能描述
8+
## Feature Description
99

10-
_请描述一下你的功能……_
10+
_Please describe your feature……_

.github/ISSUE_TEMPLATE/other.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
2-
name: 其他问题
3-
about: 欢迎在这里提出任何问题
2+
name: Other Issues
3+
about: I have other issues
44
---
55

6-
> 提示:如果方便请加入本项目 README.md 最下面的 QQ 群或者微信群提供更详细的信息
6+
> Tip: If you can, please join the QQ group or WeChat group at the bottom of the README.md file to provide more detailed information

0 commit comments

Comments
 (0)