Skip to content

Commit

Permalink
feat: update issue_template
Browse files Browse the repository at this point in the history
  • Loading branch information
xsf0105 committed Nov 14, 2022
1 parent 1f9fda1 commit dd8599b
Showing 1 changed file with 17 additions and 18 deletions.
35 changes: 17 additions & 18 deletions .github/ISSUE_TEMPLATE/bug-report.zh-CN.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,19 +7,19 @@ body:
value: |
# Welcome to submit issues(欢迎提交issue)
- type: input
id: reproduce
attributes:
label: reproduce link(重现链接)
description: Please provide links to CodePen, CodeSandbox or GitHub repositories as minimal as possible. Please do not fill in irrelevant links.(请提供尽可能精简的 CodePen、CodeSandbox 或 GitHub 仓库的链接。请不要填无关链接。)
placeholder: Please fill out(请输入)
# - type: input
# id: reproduce
# attributes:
# label: reproduce link(重现链接)
# description: Please provide links to CodePen, CodeSandbox or GitHub repositories as minimal as possible. Please do not fill in irrelevant links.(请提供尽可能精简的 CodePen、CodeSandbox 或 GitHub 仓库的链接。)
# placeholder: Please fill out(请输入)

- type: textarea
id: reproduceSteps
attributes:
label: Steps to reproduce(重现步骤)
description: Please clearly describe the steps to reproduce the issue, which can help us quickly locate the problem.(请清晰的描述重现该 Issue 的步骤,这能帮助我们快速定位问题。)
placeholder: Please fill out(请输入)
# - type: textarea
# id: reproduceSteps
# attributes:
# label: Steps to reproduce(重现步骤)
# description: Please clearly describe the steps to reproduce the issue, which can help us quickly locate the problem.(请清晰的描述重现该 Issue 的步骤,这能帮助我们快速定位问题。)
# placeholder: Please fill out(请输入)

# - type: textarea
# id: expect
Expand All @@ -45,9 +45,8 @@ body:
# label: Node version
# placeholder: Please fill out(请输入)

# - type: textarea
# id: remarks
# attributes:
# label: Other instructions(其他说明)
# description: It can be the business scenario, context and other information that encountered the bug.(可以是遇到这个 bug 的业务场景、上下文等信息。)
# placeholder: Please fill out(请输入)
- type: textarea
id: remarks
attributes:
label: Problem descriptions, steps to reproduce, or code samples can be stored in a GitHub repository, providing a link to the repository.(问题说明,重现步骤,或附上代码示例可存放 GitHub 仓库,提供仓库链接。)
placeholder: Please fill out...(请输入...)

0 comments on commit dd8599b

Please sign in to comment.