Explorar el Código

Update issue templates

Ayush Sharma hace 4 años
padre
commit
7c15e30866
Se han modificado 2 ficheros con 72 adiciones y 0 borrados
  1. 38 0
      .github/ISSUE_TEMPLATE/-bug--report.md
  2. 34 0
      .github/ISSUE_TEMPLATE/bug-report.md

+ 38 - 0
.github/ISSUE_TEMPLATE/-bug--report.md

@@ -0,0 +1,38 @@
+---
+name: "[Bug] Report"
+about: Create a report to help us improve AsyncElegantOTA
+title: ''
+labels: ''
+assignees: ''
+
+---
+
+[//]: <> (Please follow this template for fast resolutions)
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+
+**Do you get any error/exception stack? If so please paste it here:**
+<details>
+  <summary>Exception</summary>
+  
+  ## Exception
+  [//]: <> (Paste exception under this line)
+
+</details>
+
+**Microcontroller Specs:**
+ - Board: [ Your Dev kit/Board Name ]
+ - Microcontroller:  [ ESP32 or ESP8266 ]
+ - Did you modify the partition table? [Yes/No]
+ - Browser: [e.g. chrome, safari]
+ - Library Version: [e.g. 22]
+
+**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]
+
+**Additional context**
+Add any other context about the problem here.

+ 34 - 0
.github/ISSUE_TEMPLATE/bug-report.md

@@ -0,0 +1,34 @@
+---
+name: Bug Report
+about: Create a report to help us improve AsyncElegantOTA
+title: "[BUG] "
+labels: bug
+assignees: ayushsharma82
+
+---
+
+[//]: <> (Please follow this template for fast resolutions)
+**Describe the bug**
+A clear and concise description of what the bug is.
+
+
+**Do you get any error/exception stack? If so please paste it here:**
+<details>
+  <summary>Exception</summary>
+
+  [//]: <> (Paste exception under this line)
+  
+
+</details>
+
+
+**Microcontroller Specs:**
+ - Board: [ Your Dev kit/Board Name ]
+ - Microcontroller:  [ ESP32 or ESP8266 ]
+ - Did you modify the partition table? [Yes/No]
+ - Browser: [chrome/safari/edge/opera]
+ - Library Version: [latest]
+
+
+**Additional context**
+Add any other context about the problem here.