-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into electron
- Loading branch information
Showing
150 changed files
with
57,248 additions
and
38,519 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,43 @@ | ||
name: 错误报告 (バグ報告 / Bug Report) | ||
description: 告知我们你在运行时遇到的问题 (実行時に発生した問題をお知らせる / Inform us of issues encountered during runtime) | ||
labels: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
请先确定你遇到的是一个错误。填写必要的信息,尽可能详细,以便我们定位和处理。 | ||
まずは、発生している問題がエラーであることを確認してください。必要な情報をできるだけ詳しく記載し、問題の特定と対処ができるようご協力ください。 | ||
Please first confirm that you have encountered an error. Fill in the necessary information as detailed as possible for us to locate and process. | ||
- type: textarea | ||
id: background | ||
attributes: | ||
label: 简述 (説明 / Description) | ||
description: | | ||
请分享一个清晰简洁的问题描述。 | ||
明確で簡潔な問題の説明を記入してください。 | ||
Please share a clear and concise description of the problem. | ||
placeholder: Description | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: related-versions | ||
attributes: | ||
label: 出现版本 (発生したバージョン / Related Versions) | ||
description: | | ||
请提供你遇到错误的网页/客户端版本。点击顶部菜单项 `关于本作` 可以检查当前所处版本。必要时请说明客户端和网页端是否会同样遇到问题。 | ||
エラーが発生したウェブページ/クライアントのバージョンを提供してください。現在のバージョンは、トップメニューの「本作について」をクリックすると確認できます。必要に応じて、クライアントとウェブ版で同じ問題が発生するかどうかも説明してください。 | ||
Please provide the version of the webpage/client you encountered the problem in. Click on the top menu item `About us` to check the current version. If necessary, please also indicate whether the problem occurs on both the webpage and the client. | ||
placeholder: Related Versions | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: repro-steps | ||
attributes: | ||
label: 复现步骤 (再現する手順 / Reproduction Steps) | ||
description: | | ||
如果可能的话,请包括重现问题的最小步骤。尽可能以文本形式发送,而非屏幕截图(这样它可以被其他人搜索到)。 | ||
可能であれば、問題を再現するための最小限の手順を記入してください。可能であれば、スクリーンショットではなく、テキストとして提供してください(他の人が検索できるため)。 | ||
Please include minimal steps to reproduce the problem if possible. If possible include text as text rather than screenshots (so it shows up in searches). | ||
placeholder: Minimal Reproduction | ||
validations: | ||
required: true |
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,32 @@ | ||
name: 新功能请求 (新機能のリクエスト / Feature Request) | ||
description: 告知我们你还需要什么 (必要な機能があればお知らせください / Tell us what else you need) | ||
labels: [] | ||
body: | ||
- type: markdown | ||
attributes: | ||
value: | | ||
不要感到有压力:对我们来说,有东西做总会比没有东西做要好。但是我们仍需要对请求进行评估,并非所有新功能请求都会被批准。 | ||
私たちにとっては、やれることがあることは進歩のもと。ただし、リクエストは仕様確認される必要がありますので、すべての新機能リクエストが開発リストに移されるわけではありません。 | ||
Don't feel pressured: For us, having something to do is always better than having nothing to do. But we still need to evaluate the requests, not all new feature requests will be approved. | ||
- type: textarea | ||
id: background | ||
attributes: | ||
label: 简述 (説明 / Description) | ||
description: | | ||
请分享一个清晰简洁的描述。 | ||
明確で簡潔な説明を記入してください。 | ||
Please share a clear and concise description. | ||
placeholder: Description | ||
validations: | ||
required: true | ||
- type: textarea | ||
id: available-refers | ||
attributes: | ||
label: 可供参考 (参考になれるもの / Available References) | ||
description: | | ||
如果有其他类似的程序/网站已经实现了这个功能,请在这里分享。 | ||
もし他の類似のアプリやウェブサイトでこの機能がすでに実装されている場合は、ここに共有してください。 | ||
If there are other similar programs/websites that have already implemented this feature, please share it here. | ||
placeholder: Related Versions | ||
validations: | ||
required: false |
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 @@ | ||
blank_issues_enabled: true |
This file was deleted.
Oops, something went wrong.
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
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
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
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
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
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
Oops, something went wrong.