Skip to content

Commit e553bd3

Browse files
committed
Update Issue Template
1 parent 3806205 commit e553bd3

File tree

2 files changed

+9
-4
lines changed

2 files changed

+9
-4
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: true
22
contact_links:
33
- name: Bytebeam Support
4-
url: mailto:support@bytebeam.io
5-
about: Reach out to bytebeam support team
4+
url: https://bytebeam.io/
5+
about: Please contact support if you're having trouble with your bytebeam account

.github/ISSUE_TEMPLATE/issue-report.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
name: Issue report
22
description: Report any problem here
3-
labels: ["Status: Awaiting triage"]
3+
labels: ["bug", "triage"]
44
body:
5+
- type: markdown
6+
id: thanks-message
7+
attributes:
8+
value: |
9+
Thanks for taking the time to fill out this issue report!
510
- type: checkboxes
611
id: checklist
712
attributes:
@@ -92,7 +97,7 @@ body:
9297
attributes:
9398
label: Debug Message
9499
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.
96101
render: plain
97102
validations:
98103
required: true

0 commit comments

Comments
 (0)