Files
json/.github/ISSUE_TEMPLATE/bug-report.yml
2026-03-05 21:40:22 -05:00

21 lines
519 B
YAML

name: Bug Report
description: Report an issue with projects.json (bad link, wrong info, etc.)
title: "[Bug] "
labels: ["bug"]
body:
- type: textarea
id: what
attributes:
label: What's wrong?
description: Describe the issue - broken URL, wrong project name, duplicate entry, etc.
validations:
required: true
- type: input
id: affected
attributes:
label: Affected project name or URL
placeholder: "smartcmd / MinecraftConsoles"
validations:
required: true