From e77f2767854e39b067d6075c9c42605a653b5eea Mon Sep 17 00:00:00 2001 From: Mauricio Siu Date: Sun, 21 Dec 2025 01:06:12 -0600 Subject: [PATCH] refactor(issue-template): remove unnecessary dropdowns for git providers in bug report --- .github/ISSUE_TEMPLATE/bug_report.yml | 33 --------------------------- 1 file changed, 33 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 6d923c173..23e8debbd 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -50,7 +50,6 @@ body: validations: required: true - type: dropdown - id: affected-areas attributes: label: Which area(s) are affected? (Select all that apply) multiple: true @@ -66,38 +65,6 @@ body: - "Cloud Version" validations: required: true - - type: dropdown - id: application-git-provider - attributes: - label: Git Provider (for Application) - description: Which git provider are you using for your Application? - options: - - "GitHub" - - "GitLab" - - "Gitea" - - "Bitbucket" - - "Git" - - "Docker" - validations: - required: false - show: - affected-areas: ["Application"] - - type: dropdown - id: compose-git-provider - attributes: - label: Git Provider (for Docker Compose) - description: Which git provider are you using for your Docker Compose? - options: - - "GitHub" - - "GitLab" - - "Gitea" - - "Bitbucket" - - "Git" - - "Raw" - validations: - required: false - show: - affected-areas: ["Docker Compose"] - type: dropdown attributes: label: Are you deploying the applications where Dokploy is installed or on a remote server?