-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
7 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,24 +1,23 @@ | ||
--- | ||
name: 'RFC 提案' | ||
about: 'Suggest an idea for this project' | ||
name: 'RFC Proposals' | ||
about: 'Provide a solution for this project' | ||
title: '[RFC] say something' | ||
labels: 'type: proposals' | ||
assignees: '' | ||
|
||
--- | ||
|
||
<!-- 相关 RFC 示例:https://git.io/fphwy --> | ||
|
||
## 背景 | ||
|
||
> 描述你希望解决的问题的现状,附上相关的 issue 地址 | ||
<!-- 相关参考:https://github.com/eggjs/egg/issues?utf8=%E2%9C%93&q=is%3Aissue+label%3A%22type%3A+proposals%22 --> | ||
## 思路 | ||
|
||
> 描述大概的解决思路,可以包含 API 设计和伪代码等 | ||
## 跟进 | ||
|
||
<!-- 后续编辑,附上对应的 Pull Request 地址。 --> | ||
|
||
- [ ] some task | ||
- [ ] PR URL |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters