Skip to content

Commit 7ca4244

Browse files
authored
Create 1.bug-report.yml
1 parent 8d167c2 commit 7ca4244

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed
+40
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
name: 🐛 Bug report
2+
description: Create a report to help us improve
3+
body:
4+
- type: markdown
5+
attributes:
6+
value: |
7+
**感谢提交**
8+
**请填写以下字段,便于更好的排查和解决问题,共同维护靠大家**
9+
- type: input
10+
attributes:
11+
label: `unveilr`版本
12+
description: `unveilr -v` 的输出
13+
- type: input
14+
attributes:
15+
label: 运行平台
16+
description: |
17+
UNIX: output of `uname -a`
18+
Windows: output of `"$([Environment]::OSVersion.VersionString) $(('x86', 'x64')[[Environment]::Is64BitOperatingSystem])"` in PowerShell console
19+
- type: input
20+
attributes:
21+
label: 运行时命令
22+
description: 路径自己脱敏如:`unveilr /path/to/dir`
23+
- type: textarea
24+
attributes:
25+
label: 重现步骤(最好能上传反编译失败的样本)
26+
description: 输入有关您的错误的详细信息
27+
- type: textarea
28+
attributes:
29+
label: 预期结果
30+
description: 请提供文本输出而不是屏幕截图
31+
- type: textarea
32+
attributes:
33+
label: 实际结果
34+
description: 请提供文本输出而不是屏幕截图
35+
validations:
36+
required: true
37+
- type: textarea
38+
attributes:
39+
label: 其他信息
40+
description: Tell us anything else you think we should know.

0 commit comments

Comments
 (0)