From 62d990b48cbe61852c72260842f93a943fdc058f Mon Sep 17 00:00:00 2001 From: Sorin Voicu <61691256+sorinvoicu@users.noreply.github.com> Date: Thu, 7 Mar 2024 17:05:36 +0200 Subject: [PATCH] Update issue.yml --- .github/ISSUE_TEMPLATE/issue.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/issue.yml b/.github/ISSUE_TEMPLATE/issue.yml index 0afffef..26a2bfd 100644 --- a/.github/ISSUE_TEMPLATE/issue.yml +++ b/.github/ISSUE_TEMPLATE/issue.yml @@ -1,8 +1,8 @@ --- name: Issue Report description: File an issue report -title: "[issue]: " -labels: ["bug", "triage"] +title: "" +labels: ["help wanted"] body: - type: markdown attributes: @@ -13,8 +13,7 @@ body: attributes: label: Issue description description: Also tell us, what did you expect to happen? - placeholder: Tell us what you see! - value: "A bug happened!" + value: "" validations: required: true - type: textarea