feat: 简化新功能问题模板

This commit is contained in:
Super12138 2025-06-21 11:49:36 +08:00
parent b28c4c9b0e
commit 85fd4134f3
3 changed files with 9 additions and 17 deletions

View file

@ -101,7 +101,7 @@ body:
attributes: attributes:
label: Android 版本 / Android Version label: Android 版本 / Android Version
description: 在这里输入你的 Android 版本 / Enter your Android version here description: 在这里输入你的 Android 版本 / Enter your Android version here
placeholder: 例如Android 15 / e.g. Android 15 placeholder: 例如Android 16 / e.g. Android 16
validations: validations:
required: true required: true

View file

@ -1,29 +1,21 @@
name: 功能请求 / Feature request name: 功能请求 / Feature request
description: 为待办提出一个新功能 / Suggest an idea for this project description: 为待办提出一个新功能 / Suggest an idea for To Do
title: "[Feature] " title: "[Feature] "
labels: [ "enhancement" ] labels: [ "enhancement" ]
body: body:
- type: textarea
id: problem_statement
attributes:
label: 你所提出的新功能是否与某些问题相关?请描述一下 / Is your feature request related to a problem? Please describe.
description: 简单说说这个问题是什么 / A clear and concise description of what the problem is.
validations:
required: false
- type: textarea - type: textarea
id: solution_description id: solution_description
attributes: attributes:
label: 你想要的解决方案 / Describe the solution you'd like label: 你想要的功能 / Describe the solution you'd like
description: 简单说说你想要的功能方案是什么 / A clear and concise description of what you want to happen. description: 简单说说你想要的功能是什么 / A clear and concise description of what you want to happen.
validations: validations:
required: true required: true
- type: textarea - type: textarea
id: alternatives id: reasons
attributes: attributes:
label: 你考虑的替代方案 / Describe alternatives you've considered label: 为什么你需要这个功能 / Why you need this feature
description: 因为没有这个功能而考虑的替代方案,比如别的应用的某个功能 / Alternative solutions considered due to the absence of this feature, such as a specific feature from another application. description: 添加这个功能能解决什么问题,或者能带来什么好处 / A clear and concise description of what problem this feature would solve or what benefit it would bring.
validations: validations:
required: false required: false
@ -31,6 +23,6 @@ body:
id: additional_context id: additional_context
attributes: attributes:
label: 附加信息 / Additional context label: 附加信息 / Additional context
description: 任何可以帮助实现你想要的新功能的信息,比如效果图之类的 / Add any other context or screenshots about the feature request here. description: 任何可以帮助实现你想要的新功能的信息,比如效果图之类的 / Add any other context or screenshots about the feature request here.
validations: validations:
required: false required: false

View file

@ -34,7 +34,7 @@ android {
applicationId = "cn.super12138.todo" applicationId = "cn.super12138.todo"
minSdk = 24 minSdk = 24
targetSdk = 36 targetSdk = 36
versionCode = 701 versionCode = 719
versionName = "2.1.2" versionName = "2.1.2"
testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner"