mirror of
https://github.com/justlovemaki/AIClient-2-API.git
synced 2026-04-25 01:16:01 +03:00
[GH-ISSUE #128] GitHub 提问 (Issue) 高质量操作指南 #101
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/AIClient-2-API-justlovemaki#101
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @justlovemaki on GitHub (Dec 23, 2025).
Original GitHub issue: https://github.com/justlovemaki/AIClient-2-API/issues/128
GitHub 提问 (Issue) 高质量操作指南
一、 提问前的准备:不要做“伸手党”
在点击
New Issue按钮之前,请务必完成以下步骤。这不仅是对维护者的尊重,也是向黑客文化致敬。自我排查 (RTFM & STFW)
明确这是 Bug 还是咨询
二、 撰写 Issue:从模糊走向精确
1. 标题 (Title)
标题是决定开发者是否点击进来看的第一要素。
[模块/版本] 在特定环境下出现预期外的行为2. 内容主体 (Description)
一个高质量的 Issue 应该包含以下三个核心维度:背景、目标、限制条件/复现步骤。
A. 如果是咨询类问题(How-to)
不要问“某某好用吗?”或“怎么做?”,需提供:
B. 如果是技术故障类问题(Bug Report)
请务必包含以下结构化信息:
三、 沟通礼仪与心态
话不在多而在精
避免无意义的废话
后续跟进
四、 通用 Issue 模板
在 GitHub 提 Issue 时,如果仓库没有提供模板,建议使用以下格式:
问题描述 (Problem Description)
我在使用 [版本号] 进行 [操作] 时,发现了预期之外的行为。
环境信息 (Environment)
复现步骤 (Steps to Reproduce)
......预期行为 vs 实际行为 (Expected vs Actual)
错误日志/代码片段 (Logs/Code)
尝试过的解决方案 (Attempts)
记住:提问的质量,决定了解决问题的效率。做一个聪明的提问者,社区才会更愿意帮助你。