Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
45 commits
Select commit Hold shift + click to select a range
c48d962
Matter App Cluster Logic Addition
silabs-danielV Jul 24, 2025
ef8c89d
Add info on the 2.2.2 release
selissia Aug 12, 2025
d84aa00
Merge pull request #14 from SiliconLabsSoftware/fix-2.2.2-release-info
silabs-vm Aug 13, 2025
d46486f
update cluster.md to correct Cluster header file link
silabs-akosj Aug 19, 2025
d8c2389
Apps feedback
silabs-danielV Aug 20, 2025
5629b68
More edits
silabs-danielV Aug 20, 2025
a5d6f06
Addressing Apps feedback
silabs-danielV Aug 22, 2025
dd8d10a
Mention the doccurator branches
selissia Aug 22, 2025
66d407e
Mention the doccurator branches in the PR template
selissia Aug 22, 2025
ad9aa49
Merge pull request #16 from silabs-akosj/bug-broken-link-Matter-API-ref
silabs-vm Aug 27, 2025
9e153be
Link the Code Savings Guide
selissia Sep 2, 2025
fe7cefb
Apply suggestions from code review
silabs-danielV Aug 28, 2025
13841c0
Merge pull request #18 from SiliconLabsSoftware/IOTPA_MESH-4650-Docum…
silabs-vm Sep 4, 2025
da1a901
Merge pull request #20 from SiliconLabsSoftware/minor-ota-change
silabs-vm Sep 16, 2025
0e440ce
Update CONTRIBUTING.md
silabs-vm Sep 16, 2025
78f45b4
Update CONTRIBUTING.md
silabs-vm Sep 16, 2025
039b630
Merge pull request #19 from SiliconLabsSoftware/fix-contributing-page
silabs-vm Sep 16, 2025
eafb8b7
Adding the note for the 917SoC matter cli
chirag-silabs Sep 23, 2025
82ca04d
MATTER AWS Documentation
sabollim-silabs Sep 22, 2025
12d1367
Apply suggestions from code review
arun-silabs Sep 22, 2025
c12f003
Update sld248-matter-overview-guides/serial-port-communications.md
chirag-silabs Sep 23, 2025
a5e88e7
Rename ZclCallbacks.cpp to DataModelCallbacks.cpp
selissia Sep 23, 2025
74cd27f
enable CLA
Sarthak-Shaha Sep 11, 2025
5286c81
use pull_request
Sarthak-Shaha Sep 17, 2025
c660e1e
use pull_request_target
Sarthak-Shaha Sep 17, 2025
67df42a
RS9116 deprecation documentation
sabollim-silabs Sep 19, 2025
f39966c
Apply suggestions from code review
arun-silabs Sep 23, 2025
cfcd64d
Revert "use pull_request_target"
arun-silabs Sep 23, 2025
37a166f
Revert "use pull_request"
arun-silabs Sep 23, 2025
42a2e2b
Revert "enable CLA"
arun-silabs Sep 23, 2025
46ffbc3
Apply copilot suggestions
arun-silabs Sep 23, 2025
76717c7
Merge pull request #26 from SiliconLabsSoftware/rename-zcl-callbacks
silabs-vm Sep 23, 2025
e469754
Merge pull request #24 from SiliconLabsSoftware/add/matter_shell_note
silabs-vm Sep 23, 2025
a16b654
Merge pull request #23 from SiliconLabsSoftware/task/add_RS9116_depre…
silabs-vm Sep 23, 2025
5deb8aa
Apply suggestions from code review
arun-silabs Sep 24, 2025
ecb7dec
Merge pull request #25 from SiliconLabsSoftware/task/AWS_doc
silabs-vm Sep 24, 2025
177a958
Add the new features for the 2.7.0 Release
selissia Sep 24, 2025
5e32e15
Update version strings to 2.7.0
selissia Sep 24, 2025
efc5164
Updates to New Features
selissia Sep 25, 2025
27965cf
Add missing image in Matter AWS documentation
arun-silabs Sep 26, 2025
ded0f6d
Updating the MatterHub link to use the 2.6.0 version
selissia Sep 26, 2025
d472cdd
Merge pull request #27 from SiliconLabsSoftware/update-versions-to-2.7.0
silabs-vm Sep 26, 2025
844e1b8
Merge pull request #28 from SiliconLabsSoftware/task/add_missing_file…
silabs-vm Sep 26, 2025
cca447c
Merge pull request #29 from SiliconLabsSoftware/doccurator/2.7.0
silabs-vm Sep 29, 2025
7fc00b5
Doccurator/2.8.0 (#52)
silabs-JayR Jan 23, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ As a contributor, you'll want to be familiar with the Silicon Labs tooling:

Read the Silicon Labs [coding guidelines](https://github.com/SiliconLabsSoftware/agreements-and-guidelines/blob/main/coding_standard.md).
## Git Setup
We need to know who you are, and how to contact you. Please ass the following information to your Git installation:
We need to know who you are, and how to contact you. Please add the following information to your Git installation:
```
git config --global user.name "FirstName LastName"
git config --global user.email "firstname.lastname@example.com"
Expand Down Expand Up @@ -92,7 +92,7 @@ Please follow the official GitHub [guide](https://opensource.guide/how-to-contri
When you created an issue and based on the discussion you want to contribute with your source-code.
Branching is disabled on the public Silicon Labs repositories. You need to fork your own repo first.
Please follow the official GitHub [guide](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).
You can create your branch on your own forked repo now.
You can create your branch on your own forked repo now. Pull requests must be merged into the doccurator branches corresponding to the Matter release the change applies to (for example, `doccurator/2.6.2`.

### Branch Naming Convention
Branch naming shall follow the following template: *IssueNumber-issue-title-goes-here*
Expand All @@ -115,7 +115,7 @@ Another line of really good description
```

## Pull Request Guideline
Okay you finished your work committed all your changes to your branch. Time to create a pull request.
Okay you finished your work committed all your changes to your branch. Time to create a pull request. Pull requests must be merged into the doccurator branches corresponding to the Matter release the change applies to (for example, `doccurator/2.6.2`).
Refer to the general pull request [guideline](https://opensource.guide/how-to-contribute/#opening-a-pull-request) from GitHub.
What to consider when raising a Pull Request:
1. **Pull Request Naming**
Expand Down
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
## Description
<!-- Provide a brief description of the changes in this pull request. -->
<!-- Note that the pull requests must be merged into the doccurator branches corresponding to the Matter release the change applies to, for example doccurator/2.6.2 . -->

## Related Issue
<!-- If this pull request addresses an issue, link to it here. -->
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

6 changes: 0 additions & 6 deletions sld120-matter-wifi-getting-started/index.md

This file was deleted.

Loading
Loading