项目文件夹

文件
wehub-resource-sync 9a6da7d40d
Publish Docker image / Build and publish (push) Failing after 0s
CI / Python tests (push) Failing after 4s
chore: import upstream snapshot with attribution
2026-07-13 12:03:55 +08:00

29 行
957 B
YAML

name: ✨ 增加功能 | Feature Request
description: 为此项目提出一个新想法或建议 | Suggest a new idea for this project
title: "[Feature]: "
labels:
- enhancement
body:
- type: textarea
attributes:
label: 需求描述 | Problem Statement
description: |
请描述您希望解决的问题或需求
Please describe the problem you want to solve
placeholder: |
我在使用过程中遇到了...
I encountered... when using this project
validations:
required: true
- type: textarea
attributes:
label: 建议的解决方案 | Proposed Solution
description: |
请描述您认为可行的解决方案或实现方式
Please describe your suggested solution or implementation
placeholder: |
可以考虑添加...功能来解决这个问题
Consider adding... feature to address this issue
validations:
required: true