-
Notifications
You must be signed in to change notification settings - Fork 90
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
51 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,31 @@ | ||
--- | ||
name: bug report | ||
about: 创建一个 Bug 的反馈,帮助我来改进「仓输入法」 | ||
title: "「Bug」" | ||
labels: '' | ||
assignees: imfuxiao | ||
|
||
--- | ||
|
||
**Bug的详细描述** | ||
简明扼要地描述这个 Bug 是什么,如 | ||
|
||
**Bug 的复现过程** | ||
重现此 Bug 的步骤: | ||
1. 打开 '...' | ||
2. 点击 '....' | ||
3. 看到 ... 异常。 | ||
|
||
**您的预期行为** | ||
简明扼要地描述您期望得到的结果。 | ||
|
||
**屏幕截图/视频** | ||
如果可能,请添加截图或视频以帮助解释您的问题。 | ||
|
||
**设备信息(请填写以下信息):** | ||
- iOS 版本:如 17.0.3 | ||
- 仓输入法版本:商店版 2.4.1 或 TF 3.0.0(122) | ||
|
||
**其他** | ||
|
||
在此添加有关该 bug 的任何其他信息。 |
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 request | ||
about: 为此项目提出建议 | ||
title: "「Feature」" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**您的功能请求是否与某些问题有关?请描述** | ||
简明扼要地描述问题所在。 | ||
|
||
**描述您想要的解决方案** | ||
简明扼要地描述您希望发生的结果。 | ||
|
||
**描述您考虑过的替代方案** | ||
简明扼要地描述您考虑过的任何替代解决方案或功能。 | ||
|
||
**其他** | ||
在此处添加有关功能请求的任何其他上下文或截图或视频等等。 |