From b7496a1437f8db752b008a4e2d208131b9180cec Mon Sep 17 00:00:00 2001 From: Junior Martinez Date: Wed, 17 Jan 2024 18:48:31 +0000 Subject: [PATCH] Pull request #1501: Update readme and Issue template with new smg version Merge in WMN_TOOLS/matter from Update_readme to silabs Squashed commit of the following: commit 1a964c503f56b886c72fb599fe547a65ed12cb6e Author: Junior Martinez <67972863+jmartinez-silabs@users.noreply.github.com> Date: Wed Jan 17 13:06:41 2024 -0500 Update readme and Issue template with new smg version --- .github/ISSUE_TEMPLATE/bug_report.yaml | 1 + .github/ISSUE_TEMPLATE/feature_request.yaml | 1 + README.md | 6 +++--- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/bug_report.yaml b/.github/ISSUE_TEMPLATE/bug_report.yaml index 66213740ba1736..bc24cfa5ae4082 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yaml +++ b/.github/ISSUE_TEMPLATE/bug_report.yaml @@ -65,6 +65,7 @@ body: - release_2.1.0-1.1 - release_2.2.0-1.2-alpha.1 - release_2.2.0-1.2 + - release_2.3.0-1.3-alpha.1 validations: required: true diff --git a/.github/ISSUE_TEMPLATE/feature_request.yaml b/.github/ISSUE_TEMPLATE/feature_request.yaml index 70dd368767bb2c..36118040c518ad 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yaml +++ b/.github/ISSUE_TEMPLATE/feature_request.yaml @@ -58,6 +58,7 @@ body: - release_2.1.0-1.1 - release_2.2.0-1.2-alpha.1 - release_2.2.0-1.2 + - release_2.3.0-1.3-alpha.1 validations: required: true diff --git a/README.md b/README.md index dc30013c9da636..694ca026607ead 100644 --- a/README.md +++ b/README.md @@ -27,12 +27,12 @@ Device: SiWx917 SoC This repo contains documentation, demos, examples and all the code needed for Matter Accessory Device development on both Thread and Wi-Fi. The Thread development use cases differs from Wi-Fi because the Thread protocol requires the use of an Open Thread Border Router (OTBR). - To get started with the Thread demo and development see - [Matter Thread](https://siliconlabs.github.io/matter/2.2.0-1.2-alpha.1/thread/DEMO_OVERVIEW.html) + [Matter Thread](https://siliconlabs.github.io/matter/2.3.0-1.3-alpha.1/thread/DEMO_OVERVIEW.html) - To get started with the Wi-Fi demo and development see - [Matter Wi-Fi](https://siliconlabs.github.io/matter/2.2.0-1.2-alpha.1/wifi/DEMO_OVERVIEW.html) + [Matter Wi-Fi](https://siliconlabs.github.io/matter/2.3.0-1.3-alpha.1/wifi/DEMO_OVERVIEW.html) The full documentation set starts here: -[Silicon Labs Matter GitHub Documentation](https://siliconlabs.github.io/matter/2.2.0-1.2-alpha.1) +[Silicon Labs Matter GitHub Documentation](https://siliconlabs.github.io/matter/2.3.0-1.3-alpha.1) ---