Skip to content

Commit f1c0307

Browse files
Update bug_report.yml
1 parent 66aa6c9 commit f1c0307

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,25 @@ body:
6363
- 3.9
6464
validations:
6565
required: true
66+
- type: dropdown
67+
id: usage
68+
attributes:
69+
label: Usage
70+
options:
71+
- Command Line Interface
72+
- Library (Python code)
73+
validations:
74+
required: true
75+
- type: dropdown
76+
id: streaming
77+
attributes:
78+
label: Were you streaming with ROS3?
79+
options:
80+
- Yes
81+
- No
82+
- I'm not sure what that is
83+
validations:
84+
required: true
6685
- type: textarea
6786
id: package_versions
6887
attributes:

0 commit comments

Comments
 (0)