Skip to content

Commit dd8d10a

Browse files
committed
Mention the doccurator branches
1 parent d84aa00 commit dd8d10a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/CONTRIBUTING.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ Please follow the official GitHub [guide](https://opensource.guide/how-to-contri
9292
When you created an issue and based on the discussion you want to contribute with your source-code.
9393
Branching is disabled on the public Silicon Labs repositories. You need to fork your own repo first.
9494
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`.
9696

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

117117
## 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`.
119119
Refer to the general pull request [guideline](https://opensource.guide/how-to-contribute/#opening-a-pull-request) from GitHub.
120120
What to consider when raising a Pull Request:
121121
1. **Pull Request Naming**

0 commit comments

Comments
 (0)