Skip to content

Commit cf0855b

Browse files
Merge pull request #656 from Vinitvh/master
fix: Fix syntax error in bug_report template
2 parents 6eebef7 + bd1262f commit cf0855b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,14 +38,14 @@ body:
3838
attributes:
3939
label: What is the error thrown?
4040
description: Please provide the exact error thrown.
41-
placeholder: "Web3Error.invalidData("Exact error message")"
41+
placeholder: Web3Error.invalidData("Exact error message")
4242
validations:
4343
required: true
4444
- type: textarea
4545
id: source-path
4646
attributes:
4747
label: What's the stack trace said?
4848
description: Please provide the exact source path.
49-
placeholder: "Sources/Core/Transaction/CodableTransaction.swift:129 func recoverPublicKey()"
49+
placeholder: Sources/Core/Transaction/CodableTransaction.swift:129 func recoverPublicKey()
5050
validations:
5151
required: true

0 commit comments

Comments
 (0)