We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b0c7530 commit 6aad0afCopy full SHA for 6aad0af
1 file changed
.github/ISSUE_TEMPLATE/bug-report.yml
@@ -28,6 +28,14 @@ body:
28
Observed Behavior:
29
validations:
30
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
39
- type: input
40
id: javascript-version
41
attributes:
@@ -48,12 +56,10 @@ body:
48
56
label: Testing Environment(s)
49
57
description: |
50
58
For Example:
51
- - Ford TDK 3.4 (19286_DEVTEST)
52
59
- Manticore v2.9.0 (See top of the open Manticore screen)
53
60
- SDL Core v8.0.0 + Generic_HMI v0.11.0
54
61
placeholder: |
55
62
63
64
65
render: markdown
0 commit comments