Skip to content

Commit 574e169

Browse files
committed
fix missing incorrect branch, forking repo is related to a major.minor version
1 parent 5f04dc4 commit 574e169

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/contributing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ We look forward to your contributions! Here are some examples how you can contri
99
## Workflow for Pull Requests
1010

1111
1. Fork the repository.
12-
2. Create your branch from `main` if you plan to implement new functionality or change existing code significantly.
12+
2. Create your branch from `9.6` if you plan to implement new functionality or change existing code significantly.
1313
3. Implement your change and add tests for it.
1414
4. Ensure the test suite passes.
1515
5. Ensure the code complies with our coding guidelines.

0 commit comments

Comments
 (0)