mirror of
https://github.com/MinecraftConsole/json.git
synced 2026-07-16 06:31:29 +00:00
21 lines
519 B
YAML
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
|