Update bug_report.yml (#234)

OPENRNDR no longer runs only on the JVM, also the screenshots textarea seems redundant.
This commit is contained in:
Vechro
2022-05-12 21:08:34 +03:00
committed by GitHub
parent 5c9865ea66
commit a4bd0794de

View File

@@ -1,6 +1,6 @@
name: "Bug Report"
name: "Bug report"
description: Report an issue or possible bug
title: ""
title: "Bug report: "
labels: ["bug"]
assignees: []
body:
@@ -25,22 +25,14 @@ body:
required: true
- type: input
attributes:
label: Java version
label: Java version (if applicable)
- type: textarea
attributes:
label: Describe the bug
description: A clear and concise description of what the bug is, optionally including a screenshot.
validations:
required: true
- type: textarea
attributes:
label: Describe the Bug
description: A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
attributes:
label: Steps to Reproduce
label: Steps to reproduce the bug
description: Describe the steps taken or paste/link a minimal code example that we can reproduce ourselves.
validations:
required: true
- type: textarea
attributes:
label: Screenshots (Optional)
description: Link or drag & drop images showcasing the bug.