Skip to content

Commit 4815867

Browse files
authored
refactor: added further aspects to the bug template
1 parent 2657ed6 commit 4815867

File tree

1 file changed

+32
-0
lines changed

1 file changed

+32
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yaml

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,3 +66,35 @@ body:
6666
label: Add any other context about the problem here.
6767
validations:
6868
required: false
69+
70+
- type: dropdown
71+
id: businessunit
72+
attributes:
73+
label: Which DB business unit do you work for?
74+
options:
75+
- DB Systel GmbH (please name your customer below)
76+
- DB Fernverkehr AG
77+
- DB Regio AG
78+
- DB InfraGO AG
79+
- DB Cargo AG
80+
- DB Konzern
81+
- DB Vertrieb GmbH
82+
- DB Energie
83+
- DB Connect
84+
- other (please specify below)
85+
validations:
86+
required: false
87+
88+
- type: input
89+
id: businessunit2
90+
attributes:
91+
label: ”DB Systel” please enter your customer / ”other” please enter your area or business unit.
92+
validations:
93+
required: false
94+
95+
- type: input
96+
id: project
97+
attributes:
98+
label: What project are you working on?
99+
validations:
100+
required: false

0 commit comments

Comments
 (0)