-
Notifications
You must be signed in to change notification settings - Fork 0
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
1 parent
c386328
commit 67e263d
Showing
3 changed files
with
60 additions
and
0 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 |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
name: FEATURE | ||
about: 添加特性实现时选用的模板 | ||
--- | ||
|
||
## 基本信息 | ||
|
||
- 使用的操作系统版本: | ||
- 使用的 Deno 版本: | ||
- 使用的 Peg 版本: | ||
|
||
## 实现手法 | ||
|
||
> 请描述实现手法 | ||
## 预期 | ||
|
||
> 请证明该功能预期的响应(截图) | ||
|
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 |
---|---|---|
@@ -0,0 +1,24 @@ | ||
--- | ||
name: FIX | ||
about: 修复问题时选用的模板 | ||
--- | ||
|
||
## 基本信息 | ||
|
||
- 使用的操作系统版本: | ||
- 使用的 Deno 版本: | ||
- 使用的 Peg 版本: | ||
|
||
## 复现手法 | ||
|
||
> 请提供可能的触发方式 | ||
## 修复手段 | ||
|
||
> 请提供使用的修复手段 | ||
## 预期 | ||
|
||
> 请证明该功能预期的响应(截图) | ||
|
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
name: CHANGE | ||
about: 修正小错误时选用的模板 | ||
--- | ||
|
||
## 基本信息 | ||
|
||
- 使用的操作系统版本: | ||
- 使用的 Deno 版本: | ||
- 使用的 Peg 版本: | ||
|
||
## 实现手法 | ||
|
||
> 请描述实现手法 | ||
|