You've already forked AstralRinth
forked from didirus/AstralRinth
fix: issue templates used outdated label names (#2991)
This commit is contained in:
4
.github/ISSUE_TEMPLATE/2-web-bug.yml
vendored
4
.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:
|
||||||
@@ -49,4 +49,4 @@ body:
|
|||||||
label: Additional context
|
label: Additional context
|
||||||
description: Add any other context about the problem here.
|
description: Add any other context about the problem here.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
4
.github/ISSUE_TEMPLATE/3-api-bug.yml
vendored
4
.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:
|
||||||
@@ -38,4 +38,4 @@ body:
|
|||||||
label: Additional context
|
label: Additional context
|
||||||
description: Add any other context about the problem here.
|
description: Add any other context about the problem here.
|
||||||
validations:
|
validations:
|
||||||
required: false
|
required: false
|
||||||
|
|||||||
Reference in New Issue
Block a user