From 2e37ec146d5a8f3d862819dd53289364fbd40acc Mon Sep 17 00:00:00 2001 From: zacharybonagura <157537291+zacharybonagura@users.noreply.github.com> Date: Mon, 16 Dec 2024 23:07:16 -0500 Subject: [PATCH] Update bug_report.yml --- .github/ISSUE_TEMPLATE/bug_report.md | 23 -------------- .github/ISSUE_TEMPLATE/bug_report.yml | 44 +++++++++++++++++++++++++++ 2 files changed, 44 insertions(+), 23 deletions(-) delete mode 100644 .github/ISSUE_TEMPLATE/bug_report.md create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md deleted file mode 100644 index 1918e2f6..00000000 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ /dev/null @@ -1,23 +0,0 @@ ---- -name: Bug report -about: Create a report to help us improve. -title: "[BUG] " -labels: '' -assignees: '' - ---- - -**Description** -A clear and concise description of what the bug is. - -**Steps to Reproduce** -Steps to reproduce the behavior: - -**Expected Behavior** -A clear and concise description of what you expected to happen. - -**Screenshots** -If applicable, add screenshots to help explain your problem. - -**Additional context** -Add any other context about the problem here. diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 00000000..31b0885b --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,44 @@ +name: Bug report +description: Create a report to help us improve. +title: "[BUG] " +labels: [ bug ] +body: + - type: textarea + id: description + attributes: + label: "Description" + description: "A clear and concise description of what the bug is." + validations: + required: true + + - type: textarea + id: reproduce + attributes: + label: "Steps to Reproduce" + description: "Steps to reproduce the behavior:" + validations: + required: true + + - type: textarea + id: expected_behavior + attributes: + label: "Expected Behavior" + description: "A clear and concise description of what you expected to happen." + validations: + required: true + + - type: textarea + id: screenshot + attributes: + label: "Screenshots" + description: "If applicable, add screenshots to help explain your problem." + validations: + required: false + + - type: textarea + id: additional_context + attributes: + label: "Additional Context" + description: "Add any other context about the problem here." + validations: + required: false