diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 23e8debbd..6d923c173 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -50,6 +50,7 @@ body: validations: required: true - type: dropdown + id: affected-areas attributes: label: Which area(s) are affected? (Select all that apply) multiple: true @@ -65,6 +66,38 @@ 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?