1name: 新需求|Feature 2description: 您需要反馈或实现一个新需求时,使用此模板。 3title: "[新需求]: " 4labels: ["enhancement"] 5body: 6 - type: markdown 7 attributes: 8 value: | 9 感谢提出新需求。 10 - type: textarea 11 attributes: 12 label: 新需求提供了什么功能? 13 description: 请描述下新需求的功能是什么,解决了什么问题 14 validations: 15 required: true 16 - type: textarea 17 attributes: 18 label: 该需求带来的价值、应用场景? 19 description: 请描述下该需求的价值,应用场景等。 20 validations: 21 required: false