From 1267272fa395489bb0fa997db918e3af04e995e6 Mon Sep 17 00:00:00 2001 From: Sergey <18553678+wopox1337@users.noreply.github.com> Date: Sat, 12 Jul 2025 19:02:50 +0300 Subject: [PATCH] fix(ISSUE_TEMPLATE): remove `issue` auto assign --- .github/ISSUE_TEMPLATE/bug.yml | 4 ++-- .github/ISSUE_TEMPLATE/feature.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug.yml b/.github/ISSUE_TEMPLATE/bug.yml index 9f4bad7..cae0c1a 100644 --- a/.github/ISSUE_TEMPLATE/bug.yml +++ b/.github/ISSUE_TEMPLATE/bug.yml @@ -2,8 +2,8 @@ name: 🐞 Bug Report description: A generic bug report title: "[BUG]: " labels: ["Type: 🐞 bug", "Status: 🖐 available"] -assignees: - - s1lentq +# assignees: + # - s1lentq body: - type: markdown attributes: diff --git a/.github/ISSUE_TEMPLATE/feature.yml b/.github/ISSUE_TEMPLATE/feature.yml index 9634e36..26bffa5 100644 --- a/.github/ISSUE_TEMPLATE/feature.yml +++ b/.github/ISSUE_TEMPLATE/feature.yml @@ -2,9 +2,9 @@ name: 💡 New Feature description: Suggest an idea for this project title: "[Feature request]: " labels: ["Engine: ⚙️ Independent", "Priority: ⚠️ medium", "OS: 💻 Independent", "Status: 🖐 available", "Type: 💡 feature request"] -assignees: - - s1lentq - - stamepicmorg +# assignees: +# - s1lentq +# - stamepicmorg body: - type: markdown attributes: