Skip to content

Commit

Permalink
Update issue templates
Browse files Browse the repository at this point in the history
Added 2 bug report templates
  • Loading branch information
LEOYoon-Tsaw authored May 24, 2024
1 parent 97c2094 commit 16e67cd
Show file tree
Hide file tree
Showing 2 changed files with 58 additions and 0 deletions.
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-報告.md
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) 中未找到相關的報告
29 changes: 29 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
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)

0 comments on commit 16e67cd

Please sign in to comment.