From f395be6994f86cd0c823493af3b76b361aa4d446 Mon Sep 17 00:00:00 2001 From: Shubham Patil Date: Mon, 7 Aug 2023 11:03:16 +0530 Subject: [PATCH] Github issue templates for reporting issue, feature request, general enquiry --- .github/ISSUE_TEMPLATE/feature_request.md | 20 ++++++++++++++++++++ .github/ISSUE_TEMPLATE/general-enquiry.md | 14 ++++++++++++++ .github/ISSUE_TEMPLATE/issue-template.md | 23 +++++++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/feature_request.md create mode 100644 .github/ISSUE_TEMPLATE/general-enquiry.md create mode 100644 .github/ISSUE_TEMPLATE/issue-template.md diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 000000000..f1020c12a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -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** +... diff --git a/.github/ISSUE_TEMPLATE/general-enquiry.md b/.github/ISSUE_TEMPLATE/general-enquiry.md new file mode 100644 index 000000000..476687a5c --- /dev/null +++ b/.github/ISSUE_TEMPLATE/general-enquiry.md @@ -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** +... diff --git a/.github/ISSUE_TEMPLATE/issue-template.md b/.github/ISSUE_TEMPLATE/issue-template.md new file mode 100644 index 000000000..ed0f2f2cc --- /dev/null +++ b/.github/ISSUE_TEMPLATE/issue-template.md @@ -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** +...