Skip to content

Commit 6aad0af

Browse files
committed
Include project dropdown selection and remove TDK reference
1 parent b0c7530 commit 6aad0af

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.github/ISSUE_TEMPLATE/bug-report.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,14 @@ body:
2828
Observed Behavior:
2929
validations:
3030
required: true
31+
- type: dropdown
32+
id: projects
33+
attributes:
34+
label: Which projects have you seen this bug on?
35+
multiple: true
36+
options:
37+
- Vanilla JavaScript
38+
- Node.js
3139
- type: input
3240
id: javascript-version
3341
attributes:
@@ -48,12 +56,10 @@ body:
4856
label: Testing Environment(s)
4957
description: |
5058
For Example:
51-
- Ford TDK 3.4 (19286_DEVTEST)
5259
- Manticore v2.9.0 (See top of the open Manticore screen)
5360
- SDL Core v8.0.0 + Generic_HMI v0.11.0
5461
placeholder: |
5562
For Example:
56-
- Ford TDK 3.4 (19286_DEVTEST)
5763
- Manticore v2.9.0 (See top of the open Manticore screen)
5864
- SDL Core v8.0.0 + Generic_HMI v0.11.0
5965
render: markdown

0 commit comments

Comments
 (0)