Files
QRGen/.github/ISSUE_TEMPLATE/bug_report.md
T
Serendipity ce8063431e docs: 开源规范化 — doc comments + 社区文件 + 示例代码 + crates.io 就绪
- 为 core 公开 API 添加完整 doc comments(rustdoc 可用)
- 新增 .editorconfig / CONTRIBUTING / CODE_OF_CONDUCT / SECURITY
- 新增 Issue 模板(bug + feature)+ PR 模板
- 新增 3 个代码示例(examples/)
- 更新 Cargo.toml 元数据(description/repository/keywords/categories/MSRV)
- 更新 README + CHANGELOG
2026-06-19 18:56:28 +08:00

30 lines
520 B
Markdown

---
name: Bug 报告
about: 报告一个问题,帮助我们改进
title: "[Bug] "
labels: bug
assignees: ''
---
**描述问题**
一句话描述你遇到什么 bug。
**复现步骤**
1. 执行 `...`
2. 输入 `...`
3. 看到错误 `...`
**预期行为**
你期望发生什么?
**截图或日志**
如果适用,粘贴错误日志或截图。
**环境**
- OS: [如 Windows 11, macOS 15]
- Rust 版本: [`rustc --version` 输出]
- QRGen 版本: [v0.1.0 或 commit hash]
**补充信息**
其他相关内容。