From bd1262fcaffc93b7932925220e450e020e8db1e2 Mon Sep 17 00:00:00 2001 From: Vinitvh Date: Mon, 7 Nov 2022 13:53:49 +0530 Subject: [PATCH] fix: Fix syntax error in bug_report template --- .github/ISSUE_TEMPLATE/bug_report.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6ce5a8a5b..74fc3bb7a 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -38,7 +38,7 @@ body: attributes: label: What is the error thrown? description: Please provide the exact error thrown. - placeholder: "Web3Error.invalidData("Exact error message")" + placeholder: Web3Error.invalidData("Exact error message") validations: required: true - type: textarea @@ -46,6 +46,6 @@ body: attributes: label: What's the stack trace said? description: Please provide the exact source path. - placeholder: "Sources/Core/Transaction/CodableTransaction.swift:129 func recoverPublicKey()" + placeholder: Sources/Core/Transaction/CodableTransaction.swift:129 func recoverPublicKey() validations: required: true