From cb854b2ab82f77ad267d87dbfd28ac68dc2c824d Mon Sep 17 00:00:00 2001 From: Henry Date: Mon, 23 Jun 2025 19:05:33 +0100 Subject: [PATCH] update issues templates --- .github/ISSUE_TEMPLATE/bug_report.yml | 2 +- .github/ISSUE_TEMPLATE/feature_request.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 0bf6516bd..5d6d81c08 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -1,6 +1,6 @@ name: Bug Report description: File a bug report to help us improve -title: '[BUG] ' +title: '' labels: ['bug'] assignees: [] body: diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 0a6742393..4c0ba3e59 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -1,6 +1,6 @@ name: Feature Request description: Suggest a new feature or enhancement for Flowise -title: '[FEATURE] ' +title: '' labels: ['enhancement'] assignees: [] body: