ce8063431e
- 为 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
20 lines
389 B
Markdown
20 lines
389 B
Markdown
---
|
|
name: 功能请求
|
|
about: 提出一个新功能或改进建议
|
|
title: "[Feature] "
|
|
labels: enhancement
|
|
assignees: ''
|
|
---
|
|
|
|
**动机**
|
|
这个功能解决什么问题?你的使用场景是什么?
|
|
|
|
**方案描述**
|
|
描述你期望的方案。如果有 API 设计,请写出伪代码。
|
|
|
|
**备选方案**
|
|
你考虑过哪些替代方案?
|
|
|
|
**补充信息**
|
|
截图、参考链接等。
|