Skip to content

Commit

Permalink
Fix syntax error in bug report (PyCQA#718)
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwb authored and mikespallino committed Jan 7, 2022
1 parent 081d457 commit 1dfabfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.yaml
Expand Up @@ -25,9 +25,9 @@ body:
label: To Reproduce
description: Steps to reproduce the behavior
value: |
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
1. Go to ...
2. Click on ...
3. Scroll down to ...
4. See error"
validations:
required: true
Expand Down

0 comments on commit 1dfabfb

Please sign in to comment.