Skip to content

Commit

Permalink
Fix label case
Browse files Browse the repository at this point in the history
Signed-off-by: jinhai <[email protected]>
  • Loading branch information
JinHai-CN committed Dec 25, 2023
1 parent a1b8293 commit 8998467
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
12 changes: 6 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ body:
value: "Please provide the following information to help us understand the issue."
- type: input
attributes:
label: Branch Name
label: Branch name
description: Enter the name of the branch where you encountered the issue.
placeholder: e.g., main
validations:
Expand All @@ -29,9 +29,9 @@ body:
required: true
- type: textarea
attributes:
label: Other Environment Information
label: Other environment information
description: |
Enter the Environment Details:
Enter the environment details:
value: |
- Hardware parameters:
- OS type:
Expand All @@ -41,19 +41,19 @@ body:
required: false
- type: textarea
attributes:
label: Actual Behavior
label: Actual behavior
description: Describe what you encountered.
validations:
required: true
- type: textarea
attributes:
label: Expected Behavior
label: Expected behavior
description: Describe what you expected.
validations:
required: false
- type: textarea
attributes:
label: Steps to Reproduce
label: Steps to reproduce
description: Steps to reproduce what you encountered.
render: Markdown
validations:
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ body:
required: false
- type: textarea
attributes:
label: Documentation, Adoption, Use Case, Migration Strategy
label: Documentation, adoption, use case
description: If you can, explain some scenarios how users might use this, situations it would be helpful in. Any API designs, mockups, or diagrams are also helpful.
render: Markdown
validations:
Expand Down

0 comments on commit 8998467

Please sign in to comment.