Github issue templates for reporting issue, feature request, general

enquiry
This commit is contained in:
Shubham Patil
2023-08-07 11:03:16 +05:30
parent 100b2fe840
commit f395be6994
3 changed files with 57 additions and 0 deletions
+20
View File
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
Description of what the problem is.
**Describe the solution you'd like**
Description of what you want to happen.
**Describe alternatives you've considered**
Description of any alternative solutions or features you've considered.
**Additional context**
...
+14
View File
@@ -0,0 +1,14 @@
---
name: General Enquiry
about: Questions related to Matter implementation, documentation, specification
title: ''
labels: ''
assignees: ''
---
**Describe the question/query that you have**
A clear and concise description of what you want to ask.
**Additional context**
...
+23
View File
@@ -0,0 +1,23 @@
---
name: Report an issue
about: Create a bug report
title: ''
labels: ''
assignees: ''
---
**Describe the bug**
A clear and concise description of what the bug is.
**Environment**
- ESP-Matter Commit Id:
- ESP-IDF Commit Id:
- SoC (eg: ESP32 or ESP32-C3):
- Device Logs (Please attach the log file):
- Host Machine OS:
- Commissioner app and versions if present:
- Commissioner's logs if present:
**Any additional details**
...