From 0d255cff969afddbc88c676e2bc75a886288264f Mon Sep 17 00:00:00 2001 From: Yasir Modak <42785357+ymodak@users.noreply.github.com> Date: Wed, 21 May 2025 11:29:40 -0700 Subject: [PATCH] Create bug_report.yml Creating a bug template for incoming issues --- .github/ISSUE_TEMPLATE/bug_report.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug_report.yml diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml new file mode 100644 index 0000000..b914b9d --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -0,0 +1,22 @@ +name: Bug report +description: Use this template to report bugs +labels: ["type:bug"] +body: + - type: markdown + attributes: + value: > + - type: textarea + id: description + attributes: + label: > + Description of the bug: + - type: textarea + id: behavior + attributes: + label: > + Actual vs expected behavior: + - type: textarea + id: info + attributes: + label: > + Any other information you'd like to share?