mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-15 20:25:23 +02:00
refactor(issue-template): remove unnecessary dropdowns for git providers in bug report
This commit is contained in:
33
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
33
.github/ISSUE_TEMPLATE/bug_report.yml
vendored
@@ -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?
|
||||
|
||||
Reference in New Issue
Block a user