From 8467b828600e7f3d94852b054ab40d8493916721 Mon Sep 17 00:00:00 2001 From: "Weizhong Yang a.k.a zonble" Date: Sat, 15 Jan 2022 21:52:06 +0800 Subject: [PATCH] Update issue templates --- .github/ISSUE_TEMPLATE/----.md | 25 ++++++++++++++++++ .github/ISSUE_TEMPLATE/bug_report.md | 38 ++++++++++++++++++++++++++++ 2 files changed, 63 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/----.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md diff --git a/.github/ISSUE_TEMPLATE/----.md b/.github/ISSUE_TEMPLATE/----.md new file mode 100644 index 00000000..48a22274 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/----.md @@ -0,0 +1,25 @@ +--- +name: 功能建議 +about: 告訴我們您還有什麼沒被滿足的需求 +title: "[功能建議]" +labels: '' +assignees: '' + +--- + +** 痛點 ** +請告訴我們為什麼目前小麥注音沒辦法解決您的問題。您可以講一個讓大家能感同身受的小故事,像是 + +- 我從 xx 年前開始,使用了 xx 輸入法,我相當依賴其中一項功能,但是小麥沒有... +- 一直以來我在輸入 xx 這類內容的時候,都很花時間,我想要有更有效率的辦法… + +** 功能說明 ** +請大致說明您想要的功能,最後會看起來會像是怎樣。當然最簡單的說明可能會像是「跟 xxx 輸入法一樣」,但請您諒解,不是什麼人都用過你之前用過的那套輸入法,其他人想了解「跟 xxx 輸入法一樣」,首先還得找到那套輸入法,而且有些年代久遠的輸入法還找不到,這樣雙方的認知不同,會大幅降低溝通效率。 + +比方說,您想要某種符號表設計,或許可以提供我們一個草圖,或是其他你喜歡的輸入法的符號表的截圖。遇到某些更複雜的情境,您也可以考慮錄製螢幕畫面供大家參考。 + +** 替代方案 ** +請問,您目前是用什麼方法,可以做到就算沒有這項功能,也可以達最後目的。或著,如果這項功能開發與其他功能衝突,您起碼可以接受什麼方案? + +** 其他 ** +其他你想跟小麥注音開發者說的話。 diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..dd84ea78 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,38 @@ +--- +name: Bug report +about: Create a report to help us improve +title: '' +labels: '' +assignees: '' + +--- + +**Describe the bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior: +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + +**Expected behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Desktop (please complete the following information):** + - OS: [e.g. iOS] + - Browser [e.g. chrome, safari] + - Version [e.g. 22] + +**Smartphone (please complete the following information):** + - Device: [e.g. iPhone6] + - OS: [e.g. iOS8.1] + - Browser [e.g. stock browser, safari] + - Version [e.g. 22] + +**Additional context** +Add any other context about the problem here.