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
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -336,7 +336,7 @@ the `codegen::postprocessing` module by following these steps:
336
336
337
337
Ensure that each commit stands alone, and passes tests. This enables better `git
338
338
bisect`ing when needed. If your commits do not stand on their own, then rebase
339
-
them on top of the latest master and squash them into a single commit.
339
+
them on top of the latest main and squash them into a single commit.
340
340
341
341
All pull requests undergo code review before merging. To request review, comment
342
342
`r? @github_username_of_reviewer`. They we will respond with `r+` to approve the
@@ -419,7 +419,7 @@ $ brew install creduce
419
419
$ # Etc...
420
420
```
421
421
422
-
Otherwise, follow [these instructions](https://github.com/csmith-project/creduce/blob/master/INSTALL.md) for building and/or installing `creduce`.
422
+
Otherwise, follow [these instructions](https://github.com/csmith-project/creduce/blob/main/INSTALL.md) for building and/or installing `creduce`.
0 commit comments