admin: fix duplicate name for issue templates
This commit is contained in:
parent
d5f360d12a
commit
405fbbdea8
2
.github/ISSUE_TEMPLATE/bug-report-legacy.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report-legacy.yml
vendored
@ -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" ]
|
||||
|
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
2
.github/ISSUE_TEMPLATE/bug-report.yml
vendored
@ -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" ]
|
||||
|
Loading…
Reference in New Issue
Block a user