Update issue templates

This commit is contained in:
cc
2026-03-16 21:14:11 +08:00
committed by GitHub
parent 0845ee6775
commit 85b5943b9e
7 changed files with 168 additions and 0 deletions

20
.github/ISSUE_TEMPLATE/技术询问.md vendored Normal file
View File

@@ -0,0 +1,20 @@
---
name: 技术询问
about: 如果你对使用方法有疑问,可以在这里提问
title: "[Q&A]: <在这里简述你的疑问>"
labels: 'type: question'
assignees: ''
---
## 你的问题是什么?
<!-- 请清晰地描述你想咨询的内容 -->
## 你已经尝试过的方法
<!-- 为了避免重复建议,请说明你已经查阅了哪些文档或做过哪些尝试 -->
## 相关代码片段 (如果有)
<!-- 如果涉及代码,请粘贴在这里 -->
```javascript
// 代码示例
```