Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,14 +38,14 @@ 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
id: source-path
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