Skip to content

Commit ff2e7d2

Browse files
authored
Update issue templates
1 parent c6ea4c3 commit ff2e7d2

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

.github/ISSUE_TEMPLATE/question---.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
name: Question/提问
33
about: Describe this issue template's purpose here./创建报告供帮助者复现你的问题
4-
title: "[问题]"
4+
title: "[问题] (保留前面格式)"
55
labels: ''
66
assignees: ''
77

@@ -12,6 +12,7 @@ assignees: ''
1212
- Python [e.g. 3.6.4 X64]
1313
- PyQt5 [e.g. 5.10.1]
1414

15+
( 读后删除以下段)
1516
**Describe the bug** or **Expected behavior** ,
1617
**Additional context** and **Screenshots**
1718
A clear and concise description of what the bug is.
@@ -22,4 +23,13 @@ Add any other context about the problem here.
2223
// 一次性把问题描述清楚 , 帮助者没时间一来一回地协助你描述清楚问题后再帮助你解决 ;
2324
// 2个来回后帮助者还不清楚你描述的问题 , 则会关闭提问.
2425
// 如果代码过长 , 请创建一个仓库并附上链接.
26+
---
27+
如果需要贴代码
28+
格式:
29+
<details>
30+
<summary>标题</summary>
31+
```
32+
(代码段)
33+
```
34+
</details>
2535
( 读后删除以上段)

0 commit comments

Comments
 (0)