diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index 0597c95..816926d 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: 问题反馈 / Bug Report description: 发现并反馈问题以帮助改进待办 / Create a report to help us improve To Do title: "[Bug] " -labels: ["bug"] +labels: [ "bug" ] body: - type: checkboxes id: checklist @@ -10,16 +10,18 @@ body: options: - label: 我正在使用待办的最新版本 / I am using the latest version of To Do required: true + - type: dropdown id: version-variant attributes: label: 待办版本类型 / To Do Variant description: 请选择当前待办的版本类型 / Select the version of To Do variant you're currently using options: - - 最新 Release(F-Droid)版/ Latest release (F-Droid) + - 最新 Release(F-Droid)版 / Latest release (F-Droid) - 最新 CI 版 / Latest CI validations: required: true + - type: input id: version-code attributes: @@ -28,6 +30,7 @@ body: placeholder: 例如:2.0.2(561) / e.g. 2.0.2(561) validations: required: true + - type: textarea id: describe-bug attributes: @@ -35,17 +38,19 @@ body: description: 简单明了的描述一下你发现的问题 / A clear and concise description of what the bug is. validations: required: true + - type: textarea id: reproduce-steps attributes: label: 复现步骤 / To Reproduce description: 重现该问题的步骤 / Steps to reproduce the behavior - placeholder: / + placeholder: | 1. 前往 ... / Go to '...' 2. 点击... / Click on '....' 3. 出现错误 / See error validations: required: true + - type: textarea id: expected-behavior attributes: @@ -53,6 +58,7 @@ body: description: 简单描述一下你任务如果没有这个问题应用应该怎么运作 / A clear and concise description of what you expected to happen. validations: required: true + - type: textarea id: screenshots attributes: @@ -60,6 +66,7 @@ body: description: 如果可以的话,请提供问题的截图 / If applicable, add screenshots to help explain your problem. validations: required: true + - type: textarea id: crash-log attributes: @@ -68,6 +75,7 @@ body: render: shell validations: required: false + - type: input id: system attributes: @@ -76,6 +84,7 @@ body: placeholder: 例如:HarmonyOS 4.2,MagicOS 9,OneUI 7 / e.g. HarmonyOS 4.2, MagicOS 9, OneUI 7 validations: required: true + - type: input id: android-version attributes: @@ -84,6 +93,7 @@ body: placeholder: 例如:Android 15 / e.g. Android 15 validations: required: true + - type: textarea id: additional-context attributes: diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 6437882..30d82e4 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -1,7 +1,7 @@ name: 功能请求 / Feature request description: 为待办提出一个新功能 / Suggest an idea for this project title: "[Feature] " -labels: ["enhancement"] +labels: [ "enhancement" ] body: - type: textarea id: problem_statement @@ -16,7 +16,6 @@ body: attributes: label: 你想要的解决方案 / Describe the solution you'd like description: 简单说说你想要的功能方案是什么 / A clear and concise description of what you want to happen. - placeholder: 描述这里 / Describe the solution here. validations: required: true @@ -25,8 +24,6 @@ body: attributes: label: 你考虑的替代方案 / Describe alternatives you've considered description: 因为没有这个功能而考虑的替代方案,比如别的应用的某个功能 / Alternative solutions considered due to the absence of this feature, such as a specific feature from another application. - placeholder: 描述任何替代方案 / Describe any alternatives here. - value: validations: required: false @@ -35,7 +32,5 @@ body: attributes: label: 附加信息 / Additional context description: 任何可以帮助实现你想要的新功能的信息,比如效果图之类的 / Add any other context or screenshots about the feature request here. - placeholder: 添加任何补充信息 / Add any additional context here. - value: validations: required: false \ No newline at end of file diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 1f46b12..ac516b3 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -34,7 +34,7 @@ android { applicationId = "cn.super12138.todo" minSdk = 24 targetSdk = 35 - versionCode = 562 + versionCode = 564 versionName = "2.0.2" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"