Update bug_report.yml (#234)
OPENRNDR no longer runs only on the JVM, also the screenshots textarea seems redundant.
This commit is contained in:
24
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
24
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -1,6 +1,6 @@
|
|||||||
name: "Bug Report"
|
name: "Bug report"
|
||||||
description: Report an issue or possible bug
|
description: Report an issue or possible bug
|
||||||
title: ""
|
title: "Bug report: "
|
||||||
labels: ["bug"]
|
labels: ["bug"]
|
||||||
assignees: []
|
assignees: []
|
||||||
body:
|
body:
|
||||||
@@ -25,22 +25,14 @@ body:
|
|||||||
required: true
|
required: true
|
||||||
- type: input
|
- type: input
|
||||||
attributes:
|
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:
|
validations:
|
||||||
required: true
|
required: true
|
||||||
- type: textarea
|
- type: textarea
|
||||||
attributes:
|
attributes:
|
||||||
label: Describe the Bug
|
label: Steps to reproduce the bug
|
||||||
description: A clear and concise description of what the bug is.
|
|
||||||
validations:
|
|
||||||
required: true
|
|
||||||
- type: textarea
|
|
||||||
attributes:
|
|
||||||
label: Steps to Reproduce
|
|
||||||
description: Describe the steps taken or paste/link a minimal code example that we can reproduce ourselves.
|
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.
|
|
||||||
|
|||||||
Reference in New Issue
Block a user