mirror of
https://github.com/putyy/res-downloader.git
synced 2026-01-12 14:14:55 +08:00
32 lines
1.2 KiB
YAML
32 lines
1.2 KiB
YAML
name: "Feature Request \\ 功能建议"
|
|
description: "Suggest an idea for this project \\ 为这个项目提出一个新想法"
|
|
labels: ["Enhancement"]
|
|
|
|
body:
|
|
- type: input
|
|
id: title
|
|
attributes:
|
|
label: "Title \\ 标题"
|
|
description: "A brief summary of your feature request. \\ 对您功能建议的简要总结。"
|
|
placeholder: "Enter the feature title here. \\ 在此输入功能标题。"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: feature-suggestion
|
|
attributes:
|
|
label: "Feature Suggestion \\ 功能建议"
|
|
description: "A clear and concise description of the feature you would like to suggest. \\ 对您想要建议的功能的清晰简明描述。"
|
|
placeholder: "Describe your feature suggestion here. \\ 在此描述您的功能建议。"
|
|
validations:
|
|
required: true
|
|
|
|
- type: textarea
|
|
id: proposed-solution
|
|
attributes:
|
|
label: "Proposed Solution \\ 你的方案"
|
|
description: "A clear and concise description of your proposed solution. \\ 对您提议的解决方案的清晰简明描述。"
|
|
placeholder: "Describe your proposed solution here. \\ 在此描述您的提议方案。"
|
|
validations:
|
|
required: true
|