浏览代码

Add issue templates

Chris Mullins 6 年之前
父节点
当前提交
dcfb081f66

+ 41 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -0,0 +1,41 @@
+---
+name: Bug report
+about: Report an issue or unexpected behavior
+title: ''
+labels: bug
+assignees: ''
+
+---
+
+### Describe the bug
+
+<!-- A clear and concise description of what the bug is. -->
+
+### Steps to reproduce
+
+<!-- If you're reporting a bug, please provide a way to reliably reproduce the issue. -->
+
+### Expected behavior
+
+<!-- A clear and concise description of what you expected to happen. -->
+
+### Setup information
+
+#### Firmware version
+<!-- e.g. 1.10.0-rc.1, etc.  include all versions you've tried -->
+
+#### Output of http://milight-hub.local/about
+
+```json
+"... /about output. put between the ```s"
+```
+
+#### Output of http://milight-hub.local/settings
+
+<!-- MAKE SURE TO SENSOR ANY PASSWORDS! -->
+
+```json
+"... /settings output. put between the ```s"
+```
+
+### Additional context

+ 10 - 0
.github/ISSUE_TEMPLATE/feature-request-or-general-question.md

@@ -0,0 +1,10 @@
+---
+name: Feature request or general question
+about: Suggest a new idea or ask a question
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+

+ 10 - 0
.github/ISSUE_TEMPLATE/feature_request.md

@@ -0,0 +1,10 @@
+---
+name: Feature request
+about: Suggest a new idea
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+

+ 51 - 0
.github/ISSUE_TEMPLATE/problem-with-new-setup-or-device-compatibility.md

@@ -0,0 +1,51 @@
+---
+name: Problem with new setup or device compatibility
+about: Help troubleshooting a setup that's not working
+title: ''
+labels: setup-quesetion
+assignees: ''
+
+---
+
+<!--
+   -- !!! PLEASE READ THIS FIRST !!!
+   --
+   -- Before opening an issue for a setup-related question, please make sure you've run through
+   -- the troubleshooting guide, found here:
+   --
+   -- https://github.com/sidoh/esp8266_milight_hub/wiki/Troubleshooting
+   --
+   -- If you're still having trouble, please make sure you provide all of the requested information below!
+-->
+
+### What is the model number of the device you're trying to control?
+<!-- 
+   -- Product catalog here:
+   -- https://github.com/sidoh/esp8266_milight_hub/files/1379131/MiLight-ProductCatalog-2017.pdf
+-->
+
+### What firmware version(s) have you tried? 
+
+### Which ESP8266 board are you using? (nodemcu, d1_mini, etc.) 
+
+### Which radio type are you using? (RGBW, RGB+CCT, etc.) 
+
+### Have you tried controlling the device with a physical remote?
+
+<!-- Please provide the model number of the remote if the device you're trying to control works with a remote. --> 
+
+### Output of http://milight-hub.local/about and http://milight-hub.local/settings 
+
+<!-- MAKE SURE TO SENSOR ANY PASSWORDS IN /settings !!! -->
+
+#### /about
+
+```json
+"... /about output. put between the ```s"
+```
+
+#### /settings
+
+```json
+"... /settings output. put between the ```s"
+```