diff --git a/.github/ISSUE_TEMPLATE/bug-report-legacy.yml b/.github/ISSUE_TEMPLATE/bug-report-legacy.yml index d706a1f2f..812b2a547 100644 --- a/.github/ISSUE_TEMPLATE/bug-report-legacy.yml +++ b/.github/ISSUE_TEMPLATE/bug-report-legacy.yml @@ -1,7 +1,7 @@ name: Bug Report -description: Open an issue for a bug in Ethers v5 (legacy) +description: "Open an issue for a bug in Ethers v5 (legacy)" title: "Add Bug Title Here" -labels: ["investigate", "v5"] +labels: [ "investigate", "v5" ] assignees: - ricmoo body: diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index c65e43afb..14e8a8688 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -1,7 +1,7 @@ name: Bug Report -description: Open an issue for a bug in Ethers v6 (latest) +description: "Open an issue for a bug in Ethers v6 (latest)" title: "Add Bug Title Here" -labels: ["investigate", "v6"] +labels: [ "investigate", "v6" ] assignees: - ricmoo body: