Skip to content

Commit

Permalink
Fix typo in bug report template
Browse files Browse the repository at this point in the history
  • Loading branch information
liang2kl committed Apr 13, 2023
1 parent 3a290a6 commit 1a5da54
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,12 @@ body:
id: reproduce
attributes:
label: How to reproduce the bug?
description: Please describe the expected behaviour.
description: Please describe the steps to reproduce the behaviour.
placeholder: |
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
render: markdown
validations:
required: true
Expand Down

0 comments on commit 1a5da54

Please sign in to comment.