From a4bd0794de1101a40e1ad24e9c88883aafbb320c Mon Sep 17 00:00:00 2001 From: Vechro <6316604+Vechro@users.noreply.github.com> Date: Thu, 12 May 2022 21:08:34 +0300 Subject: [PATCH] Update bug_report.yml (#234) OPENRNDR no longer runs only on the JVM, also the screenshots textarea seems redundant. --- .github/ISSUE_TEMPLATE/bug_report.yml | 24 ++++++++---------------- 1 file changed, 8 insertions(+), 16 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 25c9ffd2..325cff7e 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -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.