Compare commits

...

2 Commits

Author SHA1 Message Date
Jakob
75f9fa5daf
Added confirm for checking discussion threads
Signed-off-by: Jakob <minenash@protonmail.com>
2024-08-28 01:17:31 -04:00
Jakob
c9d34feab7
fixed tag in web bug report
Signed-off-by: Jakob <minenash@protonmail.com>
2024-08-28 01:12:55 -04:00
2 changed files with 5 additions and 3 deletions

View File

@ -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

View File

@ -9,6 +9,8 @@ body:
options: options:
- label: I checked the [existing issues](https://github.com/modrinth/code/issues) for duplicate feature requests - label: I checked the [existing issues](https://github.com/modrinth/code/issues) for duplicate feature requests
required: true required: true
- label: I checked the [existing discussions](https://github.com/orgs/modrinth/discussions) for duplicate feature requests
required: true
- label: I have checked that this feature request is not on our [roadmap](https://roadmap.modrinth.com) - label: I have checked that this feature request is not on our [roadmap](https://roadmap.modrinth.com)
required: true required: true
- type: dropdown - type: dropdown
@ -43,4 +45,4 @@ body:
label: Additional context label: Additional context
description: Add any other context or screenshots about the suggested enhancement here. description: Add any other context or screenshots about the suggested enhancement here.
validations: validations:
required: false required: false