Skip to content

Commit 23e219e

Browse files
authored
Update issue templates
1 parent ff2e7d2 commit 23e219e

File tree

1 file changed

+9
-4
lines changed

1 file changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/question---.md

+9-4
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,22 @@ A clear and concise description of what the bug is.
1919
A clear and concise description of what you expected to happen.
2020
If applicable, add screenshots to help explain your problem.
2121
Add any other context about the problem here.
22+
2223
// 描述你的问题 , 描述程序正常运行你希望的结果 , 提供程序的错误信息 和 源代码 截图 .
2324
// 一次性把问题描述清楚 , 帮助者没时间一来一回地协助你描述清楚问题后再帮助你解决 ;
2425
// 2个来回后帮助者还不清楚你描述的问题 , 则会关闭提问.
2526
// 如果代码过长 , 请创建一个仓库并附上链接.
2627
---
27-
如果需要贴代码
28-
格式:
28+
如果需要贴代码 , 从下面2中格式 选一种
29+
格式 1:
2930
<details>
3031
<summary>标题</summary>
31-
```
3232
(代码段)
33-
```
3433
</details>
34+
35+
格式2 :
36+
```python
37+
(代码段)
38+
```
39+
3540
( 读后删除以上段)

0 commit comments

Comments
 (0)