Skip to content

Commit 78c9a04

Browse files
committed
feat(issue-template): add dropdowns for affected areas and git providers in bug report
1 parent 84e0f58 commit 78c9a04

File tree

1 file changed

+33
-0
lines changed

1 file changed

+33
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ body:
5050
validations:
5151
required: true
5252
- type: dropdown
53+
id: affected-areas
5354
attributes:
5455
label: Which area(s) are affected? (Select all that apply)
5556
multiple: true
@@ -65,6 +66,38 @@ body:
6566
- "Cloud Version"
6667
validations:
6768
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"]
68101
- type: dropdown
69102
attributes:
70103
label: Are you deploying the applications where Dokploy is installed or on a remote server?

0 commit comments

Comments
 (0)