We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6eebef7 + bd1262f commit cf0855bCopy full SHA for cf0855b
.github/ISSUE_TEMPLATE/bug_report.yml
@@ -38,14 +38,14 @@ body:
38
attributes:
39
label: What is the error thrown?
40
description: Please provide the exact error thrown.
41
- placeholder: "Web3Error.invalidData("Exact error message")"
+ placeholder: Web3Error.invalidData("Exact error message")
42
validations:
43
required: true
44
- type: textarea
45
id: source-path
46
47
label: What's the stack trace said?
48
description: Please provide the exact source path.
49
- placeholder: "Sources/Core/Transaction/CodableTransaction.swift:129 func recoverPublicKey()"
+ placeholder: Sources/Core/Transaction/CodableTransaction.swift:129 func recoverPublicKey()
50
51
0 commit comments