Skip to content

Commit 20bd9f9

Browse files
committed
2 parents c4106cd + 3b37485 commit 20bd9f9

2 files changed

Lines changed: 83 additions & 0 deletions

File tree

Lines changed: 59 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,59 @@
1+
name: Bug Report 🐛
2+
description: 创建 Bug 报告以帮助我们改进 / Create a report to help us improve
3+
title: 🐛[BUG]
4+
assignees:
5+
- huoshen80
6+
labels: bug
7+
body:
8+
- type: textarea
9+
attributes:
10+
label: 🐛 描述(Description)
11+
description: >-
12+
详细地描述 bug,让大家都能理解/Describe the bug in detail so that everyone can
13+
understand it
14+
validations:
15+
required: true
16+
- type: textarea
17+
attributes:
18+
label: 📷 复现步骤(Steps to Reproduce)
19+
description: >-
20+
清晰描述复现步骤,让别人也能看到问题/Clearly describe the reproduction steps so that
21+
others can see the problem
22+
value: |-
23+
1.
24+
2.
25+
3.
26+
validations:
27+
required: true
28+
- type: textarea
29+
attributes:
30+
label: ' 📄 [异常/日志]信息([Exception/Log] Information)'
31+
description: 如报错等其他信息可以贴在这里/Other information such as crash can be posted here
32+
render: Shell
33+
- type: markdown
34+
attributes:
35+
value: '## 🚑 **基本信息(Basic Information)**'
36+
- type: input
37+
attributes:
38+
label: 程序版本(Program version)
39+
description: >-
40+
请填写当前程序的版本号、哈希号 / Please enter the version number/hash number of the
41+
current program
42+
validations:
43+
required: true
44+
- type: dropdown
45+
attributes:
46+
label: 系统(OS)
47+
description: 在哪些系统中出现此问题/In which systems does this problem occur
48+
multiple: true
49+
options:
50+
- Windows10~+
51+
- Windows7~-
52+
- Linux
53+
- Other
54+
validations:
55+
required: true
56+
- type: textarea
57+
attributes:
58+
label: ' 🖼 截图(Screenshots)'
59+
description: 截图可以贴在这里/Screenshots can be posted here
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
---
2+
name: "Feature request 👑"
3+
description: 对ReinaManager的需求或建议 / Suggest an idea for ReinaManager
4+
title: "👑[Enhancement] "
5+
labels: enhancement
6+
body:
7+
- type: textarea
8+
attributes:
9+
label: 🥰 需求描述(Description)
10+
placeholder: 详细地描述需求,让大家都能理解/escribe the requirements in detail so that everyone can understand them
11+
validations:
12+
required: true
13+
- type: textarea
14+
attributes:
15+
label: 🧐 解决方案(Solution)
16+
placeholder: 如果你有解决方案,在这里清晰地阐述/If you have a solution, explain it clearly here
17+
validations:
18+
required: true
19+
- type: textarea
20+
attributes:
21+
label: Additional context/其他信息
22+
placeholder: 如截图等其他信息可以贴在这里/Other information such as screenshots can be posted here
23+
validations:
24+
required: false

0 commit comments

Comments
 (0)