You've already forked AstralRinth
forked from didirus/AstralRinth
fix: issue templates used outdated label names (#2991)
This commit is contained in:
2
.github/ISSUE_TEMPLATE/2-web-bug.yml
vendored
2
.github/ISSUE_TEMPLATE/2-web-bug.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: 🌐 Website bug (modrinth.com)
|
name: 🌐 Website bug (modrinth.com)
|
||||||
description: Report an issue on the Modrinth website.
|
description: Report an issue on the Modrinth website.
|
||||||
labels: [bug, frontend]
|
labels: [bug, web]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
2
.github/ISSUE_TEMPLATE/3-api-bug.yml
vendored
2
.github/ISSUE_TEMPLATE/3-api-bug.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: 🛠️ API issue (api.modrinth.com)
|
name: 🛠️ API issue (api.modrinth.com)
|
||||||
description: Report an issue regarding the Modrinth API.
|
description: Report an issue regarding the Modrinth API.
|
||||||
labels: [bug, api]
|
labels: [bug, backend]
|
||||||
body:
|
body:
|
||||||
- type: checkboxes
|
- type: checkboxes
|
||||||
attributes:
|
attributes:
|
||||||
|
|||||||
Reference in New Issue
Block a user