diff --git a/.github/ISSUE_TEMPLATE/功能请求---feature-request.md b/.github/ISSUE_TEMPLATE/功能请求---feature-request.md new file mode 100644 index 0000000..f17924d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/功能请求---feature-request.md @@ -0,0 +1,20 @@ +--- +name: 功能请求 | Feature request +about: 为待办提出一个新功能 | Suggest an idea for this project +title: "[Feature]" +labels: enhancement +assignees: '' + +--- + +**你所提出的新功能是否与某些问题相关?请描述一下 | Is your feature request related to a problem? Please describe.** +非必须,简单说说这个问题是什么 | Optional, a clear and concise description of what the problem is. + +**你想要的解决方案 | Describe the solution you'd like** +必须,简单说说你想要的功能方案是什么 | Required, a clear and concise description of what you want to happen. + +**你考虑的替代方案 | Describe alternatives you've considered** +非必须, 因为没有这个功能而考虑的替代方案,比如别的应用的某个功能 | Optional, alternative solutions considered due to the absence of this feature, such as a specific feature from another application. + +**附加信息 | Additional context** +非必须, 任何可以帮助我实现你想要的新功能的信息,比如效果图之类的 | Optional, add any other context or screenshots about the feature request here. diff --git a/.github/ISSUE_TEMPLATE/问题反馈---bug-report.md b/.github/ISSUE_TEMPLATE/问题反馈---bug-report.md new file mode 100644 index 0000000..1f72447 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/问题反馈---bug-report.md @@ -0,0 +1,32 @@ +--- +name: 问题反馈 | Bug report +about: 发现并反馈问题以帮助改进待办 | Create a report to help us improve To Do +title: "[Bug]" +labels: bug +assignees: '' + +--- + +**描述一下这个问题 | Describe the bug** +必须,简单明了的描述一下你发现的问题 | Required, a clear and concise description of what the bug is. + +**复现步骤 | To Reproduce** +必须,重现该问题的步骤 | Required, steps to reproduce the behavior +1. 前往 ... | Go to '...' +2. 点击... | Click on '....' +4. 出现错误 | See error + +**预期行为 | Expected behavior** +必须,简单描述一下你任务如果没有这个问题应用应该怎么运作 | Required, a clear and concise description of what you expected to happen. + +**截图 | Screenshots** +非必须,如果可以的话,请提供问题的截图 | Optional, if applicable, add screenshots to help explain your problem. + +**设备信息(按照下列要求仔细填写) | Device Info (please complete the following information)** + - 品牌 | Brand: [例如 Google | e.g. Google] + - 型号 | Model: [例如 Mate40 Pro,Xiaomi 15 Pro | e.g. Mate40 Pro, Xiaomi 15 Pro] + - 系统 | System: [例如 OneUI 7,MagicOS 9 | e.g. OneUI 7, MagicOS 9] + - Android 版本 | Android Version [e.g. Android 15] + +**附加信息 | Additional context** +非必须,任何有关你反馈的问题的附加信息都可以写在这里,例如**应用崩溃后的崩溃日志** | Optional: Any additional information related to your feedback can be provided here, such as **crash logs after the application crashes**.