You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/ISSUE_TEMPLATE/issue-report.yml
+3-39Lines changed: 3 additions & 39 deletions
Original file line number
Diff line number
Diff line change
@@ -2,21 +2,6 @@ name: Issue report
2
2
description: Report any problem here
3
3
labels: ["bug", "triage"]
4
4
body:
5
-
- type: markdown
6
-
id: thanks-message
7
-
attributes:
8
-
value: |
9
-
Thanks for taking the time to fill out this issue report!
10
-
- type: checkboxes
11
-
id: checklist
12
-
attributes:
13
-
label: Answers checklist
14
-
description: Before submitting a new issue, please follow the checklist and try to find the answer.
15
-
options:
16
-
- label: I have read the documentation [Bytebeam Arduino Docs](https://docs.bytebeam.io/docs/arduino) and the issue is not addressed there.
17
-
required: true
18
-
- label: I have gone through [Existing Isssues](https://github.com/bytebeamio/bytebeam-arduino-sdk/issues) for a similar issue and not found a similar issue.
19
-
required: true
20
5
- type: input
21
6
id: board
22
7
attributes:
@@ -33,39 +18,26 @@ body:
33
18
placeholder: ex. DevKitC, plain module on breadboard, etc. If your hardware is custom or unusual, please attach a photo.
34
19
validations:
35
20
required: true
36
-
- type: textarea
37
-
id: other-hw
38
-
attributes:
39
-
label: Hardware Configuration
40
-
description: Is anything else attached to the development board?
41
-
placeholder: ex. GPIO 18 & 19 are connected to I2C devices.
42
-
validations:
43
-
required: true
44
21
- type: input
45
22
id: arduino-esp32-version
46
23
attributes:
47
24
label: Arduino-ESP32 Version
48
25
description: What version of Arduino ESP32 are you running? If possible, consider updating to the latest version.
49
26
validations:
50
27
required: true
51
-
- type: dropdown
28
+
- type: input
52
29
id: bytebeam-arduino-sdk-version
53
30
attributes:
54
31
label: Bytebeam Arduino SDK Version
55
32
description: What version of Bytebeam Arduino SDK are you running? If possible, consider updating to the latest version.
0 commit comments