mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
change to form
This commit is contained in:
parent
e6a1ee3875
commit
f55df2944c
|
|
@ -1,11 +1,18 @@
|
||||||
---
|
name: Bug Report
|
||||||
name: Bug report
|
description: File a bug report.
|
||||||
about: Create a report to help us improve
|
title: "[Bug]: "
|
||||||
title: ''
|
labels: ["bug"]
|
||||||
labels: 'bug'
|
type: bug
|
||||||
assignees: ''
|
body:
|
||||||
|
- type: input
|
||||||
|
id: bug-description
|
||||||
|
attributes:
|
||||||
|
label: Bug description
|
||||||
|
description: A clear and concise description of what the bug is.
|
||||||
|
validations:
|
||||||
|
required: true
|
||||||
|
|
||||||
|
|
||||||
---
|
|
||||||
|
|
||||||
**Describe the bug**
|
**Describe the bug**
|
||||||
A clear and concise description of what the bug is.
|
A clear and concise description of what the bug is.
|
||||||
Loading…
Reference in a new issue