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
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
---
|
||||
name: 功能请求
|
||||
about: 提出一个新功能或改进建议
|
||||
title: "[Feature] "
|
||||
labels: enhancement
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
**动机**
|
||||
这个功能解决什么问题?你的使用场景是什么?
|
||||
|
||||
**方案描述**
|
||||
描述你期望的方案。如果有 API 设计,请写出伪代码。
|
||||
|
||||
**备选方案**
|
||||
你考虑过哪些替代方案?
|
||||
|
||||
**补充信息**
|
||||
截图、参考链接等。
|
||||
Reference in New Issue
Block a user