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