From f450e09e085a76572e113d4663b68baa1942391a Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Mon, 8 Jun 2026 14:47:30 +0200 Subject: [PATCH] :wrench: Remove direct project reference on issue templates We will use workflows for this purpose --- .github/ISSUE_TEMPLATE/bug-report.yml | 1 - .github/ISSUE_TEMPLATE/feature-request.yml | 1 - 2 files changed, 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug-report.yml b/.github/ISSUE_TEMPLATE/bug-report.yml index fedf7f6b96..a594bb5f57 100644 --- a/.github/ISSUE_TEMPLATE/bug-report.yml +++ b/.github/ISSUE_TEMPLATE/bug-report.yml @@ -3,7 +3,6 @@ name: Bug report title: "bug: " type: Bug labels: ["needs triage"] -projects: ["penpot/8"] body: - type: markdown diff --git a/.github/ISSUE_TEMPLATE/feature-request.yml b/.github/ISSUE_TEMPLATE/feature-request.yml index 0fe9c3757d..fdff17696a 100644 --- a/.github/ISSUE_TEMPLATE/feature-request.yml +++ b/.github/ISSUE_TEMPLATE/feature-request.yml @@ -3,7 +3,6 @@ labels: ["needs triage"] name: "Feature request" title: "feature: " type: Enhancement -projects: ["penpot/8"] body: - type: markdown