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
+7-2Lines changed: 7 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,12 @@
1
1
name: Issue report
2
2
description: Report any problem here
3
-
labels: ["Status: Awaiting triage"]
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!
5
10
- type: checkboxes
6
11
id: checklist
7
12
attributes:
@@ -92,7 +97,7 @@ body:
92
97
attributes:
93
98
label: Debug Message
94
99
description: Please provide a debug message or error message. If you have a Guru Meditation Error or Backtrace, please decode it with [ExceptionDecoder](https://github.com/me-no-dev/EspExceptionDecoder)
95
-
placeholder: Set Bytebeam Arduino Logger to debug level - Use BytebeamLogger::LOG_DEBUG in begin method, then put the serial output here.
100
+
placeholder: Enable SDK debug level - Use BytebeamLogger::LOG_DEBUG in begin method, then put the serial output here.
0 commit comments