Skip to content

Commit

Permalink
updated issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
joeyagreco committed Oct 26, 2022
1 parent 27b8bd7 commit d7d4224
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/league-loader-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@ body:
- type: textarea
attributes:
label: Error Logs
description: "Paste any error logs here.\n You can also put your League JSON here by using `print(myLeague.toJson)`."
description: "Paste any error logs here.\n You can also put your League JSON here by using `print(myLeague.toJson())`."
validations:
required: false
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/stat-bug.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@ body:
- type: textarea
attributes:
label: Error Logs
description: "Paste any error logs here.\n You can also put your League JSON here by using `print(myLeague.toJson)`."
description: "Paste any error logs here.\n You can also put your League JSON here by using `print(myLeague.toJson())`."
validations:
required: false

0 comments on commit d7d4224

Please sign in to comment.