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