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: FIRST_TIMERS.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,15 +37,15 @@
37
37
6.__Locally merge (or rebase)__ the upstream development branch into your topic branch:
38
38
39
39
```
40
-
git pull [--rebase] upstream master
40
+
git pull [--rebase] upstream main
41
41
```
42
42
43
43
7.__Push__ your topic branch up to your fork:
44
44
```
45
45
git push origin <topic-branch-name>
46
46
```
47
47
8.__[Open a Pull Request](https://help.github.com/articles/creating-a-pull-request/#changing-the-branch-range-and-destination-repository/)__
48
-
with a clear title and description against the `master` branch. All tests must be passing before we will review the PR.
48
+
with a clear title and description against the `main` branch. All tests must be passing before we will review the PR.
49
49
50
50
### Important notice
51
51
Before creating a pull request, make sure that you respect the repository's constraints regarding contributions. You can find them in the [CONTRIBUTING.md](./CONTRIBUTING.md) file.
@@ -74,4 +74,4 @@
74
74
*[Open Source Data Collector](https://github.com/sendgrid/open-source-library-data-collector/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22difficulty%3A+easy%22+label%3A%22status%3A+help+wanted%22)
75
75
*[Open API Definition](https://github.com/sendgrid/sendgrid-oai/issues?utf8=%E2%9C%93&q=is%3Aopen+label%3A%22difficulty%3A+easy%22+label%3A%22status%3A+help+wanted%22)
0 commit comments