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
Chore: Update references from master/0.34.x to main (#242)
CI now triggers on push to main (was master + *.x), docs link the main
branch, and README uses a GitHub Actions badge (the Travis one was dead).
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,13 +36,13 @@ When `TYPE` can be:
36
36
37
37
For the initial start, fork the project and use git clone command to download the repository to your computer. A standard procedure for working on an issue would be to:
38
38
39
-
1.`git pull`, before creating a new branch, pull the changes from upstream. Your master needs to be up to date.
39
+
1.`git pull`, before creating a new branch, pull the changes from upstream. Your main needs to be up to date.
40
40
41
41
```
42
42
$ git pull
43
43
```
44
44
45
-
2. Create new branch from `master` like: `doc-548-submit-a-pull-request-section-to-contribution-guide`<br/>
45
+
2. Create new branch from `main` like: `doc-548-submit-a-pull-request-section-to-contribution-guide`<br/>
0 commit comments