1name: 缺陷反馈|Bug 2description: 当您发现了一个缺陷,需要向社区反馈时,请使用此模板。 3title: "[Bug]: " 4labels: ["bug"] 5body: 6 - type: markdown 7 attributes: 8 value: | 9 感谢对OpenHarmony社区的支持与关注,欢迎反馈缺陷。 10 - type: textarea 11 attributes: 12 label: 发生了什么问题? 13 description: 提供尽可能多的信息描述产生了什么问题。 14 placeholder: "" 15 validations: 16 required: true 17 - type: textarea 18 attributes: 19 label: 期望行为是什么? 20 description: 描述期望的行为应该是什么样子的。 21 placeholder: "" 22 validations: 23 required: true 24 - type: textarea 25 attributes: 26 label: 如何复现该缺陷 27 description: 提供尽可能多的信息描述如何复现该缺陷。 28 validations: 29 required: true 30 - type: textarea 31 attributes: 32 label: 其他补充信息 33 description: 补充下其他您认为需要提供的信息。 34 validations: 35 required: false 36 - type: checkboxes 37 attributes: 38 label: 版本或分支信息 39 description: 在哪些版本、分支存在该缺陷的? 40 options: 41 - label: master 42 - label: OpenHarmony-6.0-Beta1 43 - label: OpenHarmony-5.1.0-Release 44 - label: OpenHarmony-5.0.3-Release 45 - label: OpenHarmony-5.0.2-Release 46 - label: OpenHarmony-5.0.1-Release 47 - label: OpenHarmony-5.0.0-Release 48 - label: OpenHarmony-4.1-Release 49 - label: OpenHarmony-4.0-Release 50 - label: OpenHarmony-3.2-Release 51 validations: 52 required: true