From d7d42240a2fb2e44bde1b03a871de63d3785311f Mon Sep 17 00:00:00 2001 From: jg <57115019+joeyagreco@users.noreply.github.com> Date: Wed, 26 Oct 2022 15:03:37 -0500 Subject: [PATCH] updated issue templates --- .github/ISSUE_TEMPLATE/league-loader-bug.yml | 2 +- .github/ISSUE_TEMPLATE/stat-bug.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/league-loader-bug.yml b/.github/ISSUE_TEMPLATE/league-loader-bug.yml index 83f3dfdc..2f916085 100644 --- a/.github/ISSUE_TEMPLATE/league-loader-bug.yml +++ b/.github/ISSUE_TEMPLATE/league-loader-bug.yml @@ -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 diff --git a/.github/ISSUE_TEMPLATE/stat-bug.yml b/.github/ISSUE_TEMPLATE/stat-bug.yml index 3b6e1f87..011bc904 100644 --- a/.github/ISSUE_TEMPLATE/stat-bug.yml +++ b/.github/ISSUE_TEMPLATE/stat-bug.yml @@ -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