Browse Source

Customize the bug report template to suggest log and diagnositcs

Don't need browser / smartphone info, this is a backend integration.
De-emphasise screenshots, they are less important than logs and diagnostics.
Jason Rumney 3 years ago
parent
commit
d507b7c6c8
1 changed files with 9 additions and 19 deletions
  1. 9 19
      .github/ISSUE_TEMPLATE/bug_report.md

+ 9 - 19
.github/ISSUE_TEMPLATE/bug_report.md

@@ -2,7 +2,7 @@
 name: Bug report
 about: Create a report to help us improve
 title: ''
-labels: ''
+labels: 'bug'
 assignees: ''
 
 ---
@@ -11,28 +11,18 @@ assignees: ''
 A clear and concise description of what the bug is.
 
 **To Reproduce**
-Steps to reproduce the behavior:
-1. Go to '...'
-2. Click on '....'
-3. Scroll down to '....'
-4. See error
+Steps to reproduce the behavior including the device the issue was observed with:
 
 **Expected behavior**
 A clear and concise description of what you expected to happen.
 
-**Screenshots**
-If applicable, add screenshots to help explain your problem.
+**Additional context**
+Add any other context about the problem here.
 
-**Desktop (please complete the following information):**
- - OS: [e.g. iOS]
- - Browser [e.g. chrome, safari]
- - Version [e.g. 22]
+If the bug involves a device, then please include device diagnostics from
+Settings / Devices & Services / Tuya Local (your device) / "1 device"
 
-**Smartphone (please complete the following information):**
- - Device: [e.g. iPhone6]
- - OS: [e.g. iOS8.1]
- - Browser [e.g. stock browser, safari]
- - Version [e.g. 22]
+Please check if there are messages from Tuya Local in the Home
+Assistant log (Settings / System / Logs), and include those too.
 
-**Additional context**
-Add any other context about the problem here.
+If applicable, add screenshots to help explain your problem.