You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -92,7 +92,7 @@ Please follow the official GitHub [guide](https://opensource.guide/how-to-contri
92
92
When you created an issue and based on the discussion you want to contribute with your source-code.
93
93
Branching is disabled on the public Silicon Labs repositories. You need to fork your own repo first.
94
94
Please follow the official GitHub [guide](https://docs.github.com/en/get-started/exploring-projects-on-github/contributing-to-a-project).
95
-
You can create your branch on your own forked repo now.
95
+
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`.
96
96
97
97
### Branch Naming Convention
98
98
Branch naming shall follow the following template: *IssueNumber-issue-title-goes-here*
@@ -115,7 +115,7 @@ Another line of really good description
115
115
```
116
116
117
117
## Pull Request Guideline
118
-
Okay you finished your work committed all your changes to your branch. Time to create a pull request.
118
+
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`).
119
119
Refer to the general pull request [guideline](https://opensource.guide/how-to-contribute/#opening-a-pull-request) from GitHub.
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,6 @@
1
1
## Description
2
2
<!-- Provide a brief description of the changes in this pull request. -->
3
+
<!-- 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 . -->
3
4
4
5
## Related Issue
5
6
<!-- If this pull request addresses an issue, link to it here. -->
0 commit comments