We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6ea4c3 commit ff2e7d2Copy full SHA for ff2e7d2
.github/ISSUE_TEMPLATE/question---.md
@@ -1,7 +1,7 @@
1
---
2
name: Question/提问
3
about: Describe this issue template's purpose here./创建报告供帮助者复现你的问题
4
-title: "[问题]"
+title: "[问题] (保留前面格式)"
5
labels: ''
6
assignees: ''
7
@@ -12,6 +12,7 @@ assignees: ''
12
- Python [e.g. 3.6.4 X64]
13
- PyQt5 [e.g. 5.10.1]
14
15
+( 读后删除以下段)
16
**Describe the bug** or **Expected behavior** ,
17
**Additional context** and **Screenshots**
18
A clear and concise description of what the bug is.
@@ -22,4 +23,13 @@ Add any other context about the problem here.
22
23
// 一次性把问题描述清楚 , 帮助者没时间一来一回地协助你描述清楚问题后再帮助你解决 ;
24
// 2个来回后帮助者还不清楚你描述的问题 , 则会关闭提问.
25
// 如果代码过长 , 请创建一个仓库并附上链接.
26
+---
27
+如果需要贴代码
28
+格式:
29
+<details>
30
+<summary>标题</summary>
31
+```
32
+(代码段)
33
34
+</details>
35
( 读后删除以上段)
0 commit comments