From ff1d15f7aad01dab5420c454c4e53019bbc5d9cc Mon Sep 17 00:00:00 2001 From: Jiralite <33201955+Jiralite@users.noreply.github.com> Date: Wed, 18 Feb 2026 23:11:01 +0000 Subject: [PATCH] chore: use discussions for feature requests --- .../feature_request.yml => DISCUSSION_TEMPLATE/ideas.yaml} | 5 +---- .github/ISSUE_TEMPLATE/config.yml | 3 +++ 2 files changed, 4 insertions(+), 4 deletions(-) rename .github/{ISSUE_TEMPLATE/feature_request.yml => DISCUSSION_TEMPLATE/ideas.yaml} (85%) diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/DISCUSSION_TEMPLATE/ideas.yaml similarity index 85% rename from .github/ISSUE_TEMPLATE/feature_request.yml rename to .github/DISCUSSION_TEMPLATE/ideas.yaml index 273a550b..f2cbc940 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/DISCUSSION_TEMPLATE/ideas.yaml @@ -1,6 +1,3 @@ -name: Feature request -description: Suggest an improvement or new capability -labels: ['enhancement'] body: - type: markdown attributes: @@ -38,5 +35,5 @@ body: attributes: label: Checks options: - - label: I searched for existing issues and didn't find a duplicate. + - label: I searched for existing discussions and didn't find a duplicate. required: true diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index 6f16dc22..acb32c27 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,5 +1,8 @@ blank_issues_enabled: false contact_links: + - name: Feature requests + url: https://github.com/orgs/fluxerapp/discussions + about: Suggest an improvement or new capability. - name: Security vulnerability report url: https://fluxer.app/security about: Please report security issues privately using our security policy.