From fec29eb349c94fbe654cb300dfb2885d8e6dfa17 Mon Sep 17 00:00:00 2001 From: miloschwartz Date: Mon, 29 Sep 2025 16:39:36 -0700 Subject: [PATCH] update templates --- .../DISCUSSION_TEMPLATE/feature-requests.yml | 17 ----------------- .github/ISSUE_TEMPLATE/1.bug_report.yml | 3 ++- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/.github/DISCUSSION_TEMPLATE/feature-requests.yml b/.github/DISCUSSION_TEMPLATE/feature-requests.yml index f503f8cd..03b580ca 100644 --- a/.github/DISCUSSION_TEMPLATE/feature-requests.yml +++ b/.github/DISCUSSION_TEMPLATE/feature-requests.yml @@ -31,23 +31,6 @@ body: validations: required: false - - type: checkboxes - attributes: - label: Scope - description: Which parts of the system does this feature affect? - options: - - label: Pangolin Core - - label: Gerbil - - label: Traefik Integration - - label: Newt - - label: Deployment Tooling - - label: Authentication - - label: UI/UX - - label: Advanced Networking - - label: Security - - label: Performance - - label: Other - - type: textarea attributes: label: Additional Context diff --git a/.github/ISSUE_TEMPLATE/1.bug_report.yml b/.github/ISSUE_TEMPLATE/1.bug_report.yml index ea5c1868..41dbe7bf 100644 --- a/.github/ISSUE_TEMPLATE/1.bug_report.yml +++ b/.github/ISSUE_TEMPLATE/1.bug_report.yml @@ -1,5 +1,5 @@ name: Bug Report -description: Create a bug report for the Pangolin +description: Create a bug report labels: [] body: - type: textarea @@ -19,6 +19,7 @@ body: - Gerbil Version: - Traefik Version: - Newt Version: + - Olm Version: (if applicable) validations: required: true