-
Notifications
You must be signed in to change notification settings - Fork 420
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
2 changed files
with
58 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,29 @@ | ||
--- | ||
name: Bug 報告 | ||
about: 我覺得這是個 Bug | ||
title: "[Bug]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**簡要描述 Bug:** | ||
(簡單地描述你遇到的 Bug) | ||
|
||
**預期行爲:** | ||
|
||
**實際行爲:** | ||
|
||
**環境** | ||
- 系統版本: (macOS 14.5) | ||
- 鼠鬚管版本: (1.0.0) | ||
- 方案: (如果你用的是自定義或第三方的方案,且該 Bug 可能與方案有關,請提供方案鏈接) | ||
- [ ] 使用了 Lua: (用了甚麼 Lua 腳本?) | ||
- [ ] 與其它 App 有關: (哪個 App?) | ||
|
||
**我試過:** | ||
- [ ] 我換了內置的方案(如`朙月拼音`)後問題仍存在 | ||
- [ ] 我找到了導致問題出現的具體設置: (何設置?) | ||
- [ ] 這是個新 Bug,以前真的沒有 | ||
- [ ] 我對原因有一些猜想: (你的寳貴想法) | ||
- [ ] 在 Issues(包括已關閉的 Issue) 中未找到相關的報告 |
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,29 @@ | ||
--- | ||
name: Bug report | ||
about: Is this a bug? | ||
title: "[Bug]" | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
**Describe the bug:** | ||
(A clear and concise description of the bug.) | ||
|
||
**Expected behavior:** | ||
|
||
**Actual behavior:** | ||
|
||
**Environment** | ||
- OS version: (macOS 14.5) | ||
- Squirrel version: (1.0.0) | ||
- Schema: (If you are using a custom schema, and think it might be related to the schema, please provide a link) | ||
- [ ] Using Lua: (what Lua script do you use?) | ||
- [ ] Related to other apps: (which app?) | ||
|
||
**Things you've tried** | ||
- [ ] I tried a built-in schema (like `luna pinyin`), but the bug persists | ||
- [ ] I found the exact setting that produced this bug: (which one?) | ||
- [ ] This bug is new in this version | ||
- [ ] I think the cause might be: (your thoughts) | ||
- [ ] I don't find a similar report in Issues (including closed Issues) |