Skip to content

Commit e77f276

Browse files
committed
refactor(issue-template): remove unnecessary dropdowns for git providers in bug report
1 parent 78c9a04 commit e77f276

File tree

1 file changed

+0
-33
lines changed

1 file changed

+0
-33
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 0 additions & 33 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ body:
5050
validations:
5151
required: true
5252
- type: dropdown
53-
id: affected-areas
5453
attributes:
5554
label: Which area(s) are affected? (Select all that apply)
5655
multiple: true
@@ -66,38 +65,6 @@ body:
6665
- "Cloud Version"
6766
validations:
6867
required: true
69-
- type: dropdown
70-
id: application-git-provider
71-
attributes:
72-
label: Git Provider (for Application)
73-
description: Which git provider are you using for your Application?
74-
options:
75-
- "GitHub"
76-
- "GitLab"
77-
- "Gitea"
78-
- "Bitbucket"
79-
- "Git"
80-
- "Docker"
81-
validations:
82-
required: false
83-
show:
84-
affected-areas: ["Application"]
85-
- type: dropdown
86-
id: compose-git-provider
87-
attributes:
88-
label: Git Provider (for Docker Compose)
89-
description: Which git provider are you using for your Docker Compose?
90-
options:
91-
- "GitHub"
92-
- "GitLab"
93-
- "Gitea"
94-
- "Bitbucket"
95-
- "Git"
96-
- "Raw"
97-
validations:
98-
required: false
99-
show:
100-
affected-areas: ["Docker Compose"]
10168
- type: dropdown
10269
attributes:
10370
label: Are you deploying the applications where Dokploy is installed or on a remote server?

0 commit comments

Comments
 (0)