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/bug-report.yml
+10-8Lines changed: 10 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,9 +10,11 @@ labels:
10
10
body:
11
11
- type: markdown
12
12
attributes:
13
-
value: "Thank you for opening an issue on an M5Stack Arduino library repository.\n\
14
-
To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating the issue:\n\
15
-
Do not use GitHub issues for troubleshooting projects and issues. Instead use the forums at https://community.m5stack.com to ask questions and troubleshoot why something isn't working as expected. In many cases the problem is a common issue that you will more quickly receive help from the forum community. GitHub issues are meant for known defects in the code. If you don't know if there is a defect in the code then start with troubleshooting on the forum first."
13
+
value:
14
+
"Thank you for opening an issue on an M5Stack Arduino library repository.\n\
15
+
To improve the speed of resolution please review the following guidelines and common troubleshooting steps below before creating the issue:\n\
16
+
Do not use GitHub issues for troubleshooting projects and issues. Instead use the forums at https://community.m5stack.com to ask questions and troubleshoot why something isn't working as expected. In many cases the problem is a common issue that you will more quickly receive help from the forum community. GitHub issues are meant for known defects in the code. If you don't know if there is a defect in the code then start with troubleshooting on the forum first.\n\
17
+
If you have any questions about UIFLOW, please ask them in the UIFLOW section of the [forum](https://community.m5stack.com/category/5/uiflow)"
16
18
- type: textarea
17
19
id: description
18
20
attributes:
@@ -51,11 +53,11 @@ body:
51
53
attributes:
52
54
label: Environment
53
55
description: |
54
-
If applicable, add screenshots to help explain your problem.
55
-
examples:
56
-
- **OS**: Ubuntu 20.04
57
-
- **IDE & IDE Version**: Arduino 1.8.19 Or Platform IO v2.5.0
58
-
- **Repository Version**: 0.4.0
56
+
If applicable, add screenshots to help explain your problem.
57
+
examples:
58
+
- **OS**: Ubuntu 20.04
59
+
- **IDE & IDE Version**: Arduino 1.8.19 Or Platform IO v2.5.0
0 commit comments