Skip to content

Commit

Permalink
fix issue template spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Apr 6, 2021
1 parent 7d77ac0 commit fdfda7c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
16 changes: 8 additions & 8 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ issue_body: false
body:
- type: dropdown
attributes:
label: Sport
options:
- Football
- Basketball
- Baseball
- Hockey
validations:
required: true
label: Sport
options:
- Football
- Basketball
- Baseball
- Hockey
validations:
required: true

- type: textarea
attributes:
Expand Down
8 changes: 4 additions & 4 deletions .github/ISSUE_TEMPLATE/feature_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ issue_body: false
body:
- type: dropdown
attributes:
label: Sport
options:
label: Sport
options:
- Football
- Basketball
- Baseball
- Hockey
validations:
required: true
validations:
required: true

- type: textarea
attributes:
Expand Down

0 comments on commit fdfda7c

Please sign in to comment.